/* CSS Document */

body {
	margin-left: 40px;
	margin-top:30px;
	font-family: Verdana;
	font-size: x-small;
	color:#000000;
}
p {
	margin:0px;
}
h1 {
	font-size:16px;
	margin:0px;
}
a:link {
	blue-color: #96beff; 
	color:#D00000;
	orange-color: #FF6600;
	
	ffont-weight: bold;
	text-decoration: none;
}
a:visited {
	blue-color: #96beff;
	color:#D00000;
	orange-color: #FF6600;
	
	ffont-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	
	blue-color: #4187f9;
	color:#FF0000;
	orange-color: #FF8800;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
