body {
	background-color: #FFFFBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: black;
}

.header {
	background-color-old: #FFCF33;
	background-color: #FFE366;
	font-size: 400%;
	font-weight: bold;
}

.title {
	font-size: 200%;
	font-weight: bold;
	color: #000000;
}

.subtitle {
	font-size: 150%;
	font-weight: bold;
	color: #222222;
}

.stuff {
	font-size=100%;
	color: black;
}

.nav {
	font-size: 125%;
	font-weight: bold;
	background-color: #000000;
	color: white;
}

.navbg {
	background-color: #222222;
}

.nav2 {
	font-size: 100%;
	font-weight: bold;
	background-color: #222222;
	color: white;
}
 
a:link		{
	color: white; 
	text-decoration: underline; 
	font-weight: normal;
}

a:visited	{
	color: white; 
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
}

a:active {
	color: #FFCC00; 
	text-decoration: none;  
}

a:hover {
	color: #FFCC00;
}
