body {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	margin: 30px;
}
a:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF5500;
	text-decoration: overline;
}
a:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF5500;
	text-decoration: none;
}
