/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	font-weight: none;
	color: #000000;
}


a:link { 
	font-weight: none; 
	text-decoration: none; 
	color: #6600FF;
	}
a:visited { 
	font-weight: none; 
	text-decoration: none; 
	color: #6600FF;
	}
a:hover, a:active {
    text-decoration: none;  
	color: #ffffff;
	}

h1
{color: #6600FF;
}

