/* style.css - a simple style sheet */
body {   background: black; color: rgb(255, 0, 0); 
         margin-left:  4%;
         margin-right: 4%;
         font-family: sans-serif, garamond, times new roman;
         font-size: 10pt;
     }

 a:link    { color: orange }    /* for unvisited links */
 a:visited { color: silver }    /* for visited links */
 a:active  { color: "#000099" } /* when link is clicked */
 a:hover   { color: white }     /* when mouse is over link */
 /*a         {text-decoration:none}*/ /*links not underlined*/

 H1 {font-size: 28pt; color: darkgray;}
 H2 {font-size: 23pt; color: darkgray;}
 H3 {font-size: 16pt; color: darkgray;}
 H4 {font-size: 9pt;  color: darkgray;}
 H5 {font-size: 8pt;  color: darkgray;}
 p  {font-size: 10pt; color: red;}




/* columns of page*/
/*main content menu*/
#Content {
        background:black;
        border: 3px;
	margin:0px 20px 20px 140px;
	padding:10px;
	}

/*menu column*/
#Menu {
	position:absolute;
	top:8px;
	left:10px;
	width: 125px;
	padding:5px;
	background-color:black;
        border: 0px dashed #999;
	line-height:17px;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/*end column styles*/




/*menu buttons*/
.buttonscontainer {width: 125px;}

.buttons a {color: #339933;
border: 3px solid;
background-color: black;/*#66CC00;*/
padding: 2px;
padding-left: 5px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #66FF00 #669900 #669900 #66FF00;
display: block;
margin: 0px;
width: 100%;
text-align: center;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #FFCC66;
border-color: #669900 #66FF00 #66FF00 #669900;
color: #CC6600;
text-decoration: none;}
/*end menu buttons*/



