@charset "utf-8";

body { background-color:#CCCCCC;  }

.header { height:170px; }

.mycolor { background-color:#0c0; }	// defining this one color sets all optional backgrounds!


#menu_h { background-color:#032; }
#menu_h{
left:10px;
top:130px;
}


#menu_h a.x, #menu_h a.x:visited{
font-weight:bold;
color:#234;
background-color:red;
}

div#menu_v ul ul ul { background-color:blue; border: 1px solid #FF0; }


.content { border-right:1px solid #DDD; }
.content h1 { color:#0b0bff; border-bottom:1px solid #0b0bff; font-family:"georgia"; padding:0.1em;margin:0; }
.content h2 { font-family: "georgia"; color:#ff0000; text-decoration:none;}
.content h3 { color:green; }
.content h4 { color:blue; font-family: "georgia"; font-weight:bolder;}
.content p { color:gray;margin: 1em; }
.content img { margin: .2em; border:0; }
.content a, .content a:visited { color:blue; }
.content a:hover { color:red; }
.content td { color:gray;margin:0;padding:0;}
.content li { font-size:1.4em;color:black;font-family:georgia;font-weight:none;}
.content ul { list-style-type:square; }


