@charset "utf-8";

html, body {
  color: #000;
  background: #fff;
}
html, body, p, th, td, li, dd, dt {
  font: 1em Verdana, Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
a:link { color: #00f; }
a:visited { color: #009; }
a:hover { color: #06f; }
a:active { color: #0cf; }

div#footer {  
    background-color: #f00;  
} 

#menu {
	font-weight: bold;
	padding-left: 0;
	list-style: none;
}

#menu li ul {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding-left: 1em;	
}

label {
	font-weight: bold;
	}