BODY {
	background-color : black;
	color: silver;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 20px;
	font-weight : bold;
	margin : 0;
}

.text {
	color: silver;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
	word-spacing : 1px;
	letter-spacing: 1pt;
}

.textsmall {
	color: silver;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10px;
	font-weight : normal;
	word-spacing : 1px;
	letter-spacing: 1pt;
}

.header{
	color: silver;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
	word-spacing : 1px;
	padding-left: 4px;
	letter-spacing: 1pt;
	border-left : 8px solid #363636;;
	margin-bottom : 5px;
}

a.homebutton:LINK{
	color: #363636;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
	word-spacing : 1px;
	letter-spacing: 1pt;
	border : 1px dotted #363636;
	padding : 2 2 2 2;
}


a.homebutton:VISITED{
	color: #363636;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
	word-spacing : 1px;
	letter-spacing: 1pt;
	border : 1px dotted #363636;
	padding : 2 2 2 2;
}


a.homebutton:HOVER{
	color: silver;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
	word-spacing : 1px;
	letter-spacing: 1pt;
	border : 1px dotted #363636;
	padding : 2 2 2 2;
}


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;
}



