body {
	background-image: url(gfx/bg.gif);
}

a:link {
	color: #888888;
	text-decoration: none;
	border-bottom: #BBBBBB;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

a:visited {
        color: #888888;
        text-decoration: none;
        border-bottom: #BBBBBB;
        border-width: 0px 0px 1px 0px;
        border-style: none none dotted none;
}

a:hover {
        /*color: #94A478;*/
	color: #FC8D16;
	text-decoration: none;
	border-bottom: #222222;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

a:active {
        color: #AAAAAA;
        text-decoration: none;
        border-bottom: #BBBBBB;
        border-width: 0px 0px 1px 0px;
        border-style: none none dotted none;
}

tr {
	text-align: center; 
	vertical-align: middle;
}

div {
	/*color: #94A478;*/
	color: #222222; 
	font-size: 45px;
	font-family: Georgia, Times New Roman, Times, serif; 
}

p {
	color: #000000; 
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
}

