/* CSS Document */

<!--
body {
	background-color: #FEFFC0;
}

a:link { 
font-family: Arial; 
font-size: 11px; 
font-weight: bold; 
color: #884E98; 
text-decoration: underline;
}

a:visited { 
font-family: Arial; 
font-size: 11px; 
font-weight: bold; 
color: #884E98; 
text-decoration: underline;
}
-->