h2,h3,h4,p,td,th,body {
  font-family: arial,helvetica, sans-serif;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #000000;
}
b,h2,h3,h4,h5,h6 {
    font-weight: bold; 
} 

code,pre {	
	font-family: courier, san-serif;
	color: #666666;
}

h2 {
color:#666666;
}

h1 {
color:#666666;
  margin-top: 0em;
background-color:white;
text-align:left;
font-variant:small-caps;
}

ul {
margin-left: 0.5em;
padding-left: 0;      
list-style-type:none;
}   

.none {border: solid 0px;}

#main {
border: 1px solid black;
float: left;
width: 90%;
padding: 2em;
}

#content {
margin-left: 25%;
}

#nav {
float: left;
width: 20%;
background-color: #eeeeee;
border: 1px dotted grey;
text-align: left;
line-height: 1.5em;
color: #000;
font-weight: bold;
}




a {
 color:#09c;
 text-decoration:underline;
}

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
  

