﻿/***********************************************/
/*   MSR_styles.css                            */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	background: url("images/CheckeredFlag_Bkgrnd.jpg") fixed;	
}

a:link {
	color: #FFFF00;
}

a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #FFFF99;
}

a:active {
	color: #CCCCCC;
}

.style1 {
	padding-left: 5px;
}

.style2 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style3 {
	color: #FFFFFF;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}

.style4 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}

.style5 {
	padding-left: 15px;
}

.border{
	border: 1px solid yellow;
}