body 
{
	background-color: #14ADED;
}
a:link {
	font-family: Curier;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight:Bold;
	font-variant: normal;
	text-decoration: none;
	color: white;
	letter-spacing: 3;

}
a:visited {
	font-family: Curier;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight:Bold;
	font-variant: normal;
	text-decoration: none;
	color: white;
	letter-spacing: 3;
}
a:hover {
	font-family: Curier;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight:Bold;
	font-variant: normal;
	font-style: normal;
	text-decoration: underline;
	color: white;
	text-transform: none;
	letter-spacing: 3;
}

