/* CSS Document */

body {
	background-color: #ffffcc;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.current {
	background-color:#FFCC33;
	color:#000000;
	text-decoration:underline;
	}
.menu {
background-color:#FFFF66;
color:#000000;
text-decoration:none;
}
.style8 {color: #0033FF}
a:hover {
color:#333333;
background-color:#FF9933;
	}
.largetext {
font-size: 150%
    }
.smalltext {
font-size: 70%
    }
-->