body {
	font-size : 0.7em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

}

a:hover {	
	text-decoration: underline;
}

h1 {	
	
	font-size : 1.8em;
}

h1 a:visited,
h1 a:active,
h1 a:link,
h1 a:hover {
	color : #FFF;
	text-decoration : none;
}



#leftmenu ul {
	list-style : none;
	

}

#leftmenu li {
	display : inline;
}

#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link {
	display : block;
	color : #000;
	text-decoration : none;	
}

#leftmenu a:hover {
	background-color: #DDDDDD;
}



#footer {
	font-size : 0.7em;
}