@charset "utf-8";
/* CSS Document */
a
 {
	color: #8AC800;
	font-family:Tahoma;
	font-size:15px;
	text-decoration:none;
}

a:hover
 {
	font-family:Tahoma;
	font-size: 15px;
	color:#f83009;
	text-decoration: none;

}
strong 
{
	color: #D7D7D7;
}
h3
{
	color="red"
}

