body {
	font-family: "Verdana";
	font-size: small;
	font-style: normal;
}
h1 {
	font-family: "Verdana";
	font-size: larger;
	font-style: normal;
}
h2 {
	font-family: "Verdana";
	font-size: small;
	font-style: normal;
}
h3 {
	font-family: "Verdana";
	font-size: small;
	font-style: normal;
}
p {
	font-family: "Verdana";
	font-size: small;
	font-style: normal;
}
a:link		{
	color: Yellow;
	font: normal/0px;
	font-style: normal;
	border: 0px;
	background: Black;
}
a:visited	{
	color: Yellow;
}
a:hover		{
	color: White;
	background-color: Black;
	text-decoration: none;


	
