.fontmain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


body {
	background-image: url(../images/background.jpg);
}

.smallgold {
     font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#3B3D0D;
}

a:link {
	color: #93090A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #93090A;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #93090A;
}	 