BODY {

	color: White;
}


A {
	text-decoration: underline;
	color: #FFFFFF;
}

A:Hover {
	text-decoration: none;
	color: #000000;
}

a.menulink {
	color: #FFFFFF;
	text-decoration: none;
	font-size : 16px;
	font-weight : bold;
	font-family : "Arial";
}  
.menulink:hover{
	color: #000000;
	font-size : 16px;
}

H1 {
	color: #BD510A;
	font-size : 23px;
	font-family : Impact;
}

.special 	{ color:#000000 }

.special2 	{ color:#FFFFFF }

.groove		{ border-style: groove }

.thick		{ border-width: thick }

.thin		{ border-width: thin }

.outset		{ border-style: outset }

.inset		{ border-style: inset }

.black		{ border-color: black }

.double		{ border-style: double }
