@charset "UTF-8";
/* CSS Document */
body{
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;	
	}
p {
	font-family: Arial; 
	font-style: normal; 
	font-variant: normal; 
	font-size: 12px; 
	color: #FFFFFF;	
}
a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; } 
a:hover  { color: white; text-decoration: underline; }

.header_links a:link { color: black; text-decoration: none; }
.header_links a:visited { color: black; text-decoration: none; } 
.header_links a:hover  { color: black; text-decoration: underline; }
.header_links { color: black; }
