/*
  CSS for MM1123
*/

body {
	font-family: Eurostile, Verdana, "sans-serif";
	background-color: #000;
	line-height: 125%;
	padding: 15;
	margin: 0;
	font-size: medium;
	font-weight: normal;
	color: #FFF;
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
}             

p {
	font-size: small;
	color: #999;
}

a {                  
 font-weight: bold;                  
}                  
                 
a:link {
	color: #666;
}                  
                 
a:visited {                  
 color: navy;                  
}                  
                 
a:hover {                  
 text-decoration: none;                  
 color: white;                  
 background-color: navy;                  
}                  
                 
a:active {
	color: aqua;
	background-color: navy;
	font-family: Eurostile, Verdana, sans-serif;
}

