body {
	background-image:url(bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

.mainframe {
	height:100%;
	vertical-align:top;
	align:center;
	border: 3px solid #111;
}

a.link {
	color:#999966;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.visited {
	color:#FFCC66;
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.hover {
	color: #FFCC66;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

p.footer {
	color: #FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;}
	
p.body {
	color:#F9F7E3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;}

p.title {
	color:#FFCC33;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;}
	
.menu {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.menu:hover {
	color:#FFCC66;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.nomenu {
	color:#FF9900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}