body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
}
body {
	background-color: #FFFF99;
	background-image: url(images/bg.jpg);
}

.button {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 150px;
	text-align:center;
}

.button:hover {
	background-image: url(images/buttonin.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 150px;
	text-align:center;
}

.abutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF66;
	text-decoration: none;
	line-height:40px;
}

a {
	color: #990000
}

.menubar {
	color: #FFFF99;
	font-size: 14px;
	line-height:20px;
	font-family: Georgia, Times New Roman, Times, serif;
}

.menubar:hover {
	color: #FFFF33;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
}

nopad { padding:10px; }

img { padding: 10px; }

h1 { font-size:16px; font-weight:bold; }
h2 { font-size:14px; font-weight:bold; }
h3 { font-size:14px; font-weight:normal; }