a
{ 
	color: E1E8E4; text-decoration: none
}

a:hover
{ 
	color:8AD500; text-decoration: underline
}

body
{
	background-color: #144E5B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #ffffff;
}

#download a 
{
	display: block;
	width: 150px;
	height: 50px;
	margin-left: 45px;
	background: url(images/Download.gif) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#download a:hover 
{
	background-image: url(images/Download02.gif);
}
