

BODY {
	background-color: rgb(21,22,25);
	background-position : 50%;
	background-repeat : no-repeat
}

.TextObject {
	font-family: Trebuchet MS ;
	color : #FFFFFF;
	font-size : 12pt
}

A {
	color: rgb(255,255,255);
	text-decoration : none
}

A:visited {
	color: rgb(255,255,255);
	text-decoration : none
}

A:active {
	color: rgb(255,255,255);
	text-decoration : none
}

h1{	font-size : 8pt
}
A:hover {
	color: rgb(255,255,0);
	text-decoration : none
}