body {
	font: 100% "Trebuchet MS", Verdana, sans-serif;
	color: Black;
	font-size: 0.85em;
}

h1 {
	font: 200% "Arial Rounded MT Bold";
	font-size: 1.5em;
} 

h2 {
	font: 100% "Arial Rounded MT Bold";
	font-size: 1.1em;
} 

p {
	font: 100% "Arial";
	color: black;
	font-size: 0.85em;
}

a {
	font: 100% "Arial";
	color: green;
	text-decoration: none;
	font-size: 1em;
}

#menubar {
	font-size: 85%;
	color: white;
}

#menubar a{
	color: white;
	font-size: 85%;
	text-decoration: none;
}

#menubar a:hover {
	text-decoration: underline;
	color: white;
}

#mainleftsidebar {
	font-size: 75%;
	text-align: left;
}
	
#mainrightsidebar {
	font-size: 75%;
	text-align: center;
}

#sidebarbox {
	font-size: 75%;
	color: black;
}

#footer {
	font-size: 85%;
	color: white;
}

#navbuttons {
	text-align: right;
	font-size: 75%;
}

/*
a:link {
	text-decoration: none;
        color: #FFFDED;
}
	
a:visited {
	text-decoration: none;
}
*/

a:hover {
	text-decoration: underline;
	color: blue;
}

/*
a:hover.current {
	text-decoration: none;
	bgcolor: #FFFDED;
}
*/
