BODY {
	background-color : black;
	color: silver;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 20px;
	font-weight : bold;
}

.text {
	color: silver;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	word-spacing : 3px;
}


A:LINK{
	text-decoration: none;
	color: silver;
	font-weight : bold;
}

A:VISITED {
	text-decoration: none;
	color: silver;
	font-weight : bold;
}


A:Hover {
	text-decoration: none;
	color: white;
	font-weight : bold;
}

A.textlink:LINK{
	text-decoration: none;
	color: silver;
	font-weight : bold;
	border-bottom : 1px solid Gray;
}

A.textlink:VISITED {
	text-decoration: none;
	color: silver;
	font-weight : bold;
		border-bottom : 1px solid Gray;
}


A.textlink:Hover {
	text-decoration: none;
	color: white;
	font-weight : bold;
		border-bottom : 0px solid Gray;
}

