#@import url(multimenu.css);
#@import url(multimenuvert.css);

#nav {
 background: #000000;
 width: 100%;
 border: 1px solid #00cc99;
 height: 49px;
 font-size: 90%;
 font-family : monospace;
 text-align: center;
 color: #00ff00;
 word-spacing: 10px;
}

/*under construction*/
#uc { color: #fa2; }
#blue { color: #00a0ff;}
#blueheadsmall { font-family : "Black Chancery", cursive; color: #00a0ff; font-size: 100%}
#bluehead { font-family : "Black Chancery", cursive; color: #00a0ff; font-size: 130%}
#blueheadlarge { font-family : "Black Chancery", cursive; color: #00a0ff; font-size: 180%}
#green { font-family : "Black Chancery", cursive; color: #00cc99; }
#greenhead { font-family : "Black Chancery", cursive; color: #00cc99; font-size: 130%}
#greenheadsmall { font-family : "Black Chancery", cursive; color: #00cc99; font-size: 100%}
#large { font-size: 130%; font-variant: small-caps; }
#small { font-size: 70%; font-variant: small-caps; letter-spacing: 0.1em}
#smallred { font-size: 70%; font-variant: small-caps; color: #ff0000; letter-spacing: 0.1em}
#google { position: absolute; right: 0px; top: 0;}
#fontlink { position: absolute; right: 0px; top: 20;}
#navaddress {  color: #00ff00; background-color: #000000; border: 0; width: 900px;}
#navgo {  color: #00ff00; background-color: #000000; border: 1px solid; width: 30px;}
#redhead { font-family : "Black Chancery", cursive; color: red; font-size: 130%}
#red { font-family : "Black Chancery", cursive; color: red; font-size: 100%}

table.bluegrid {
 border: 2px solid #00cc99;
 border-collapse: collapse;
}
table.bluegrid th {
 border: 1px solid #00cc99;
}
table.bluegrid td {
 border: 1px solid #00cc99;
}
.invisible{size: 0px; font-size: 0px;} 

A:visited {text-decoration: underline; color: #00a0ff}

.navlink A:link {text-decoration: none; color: #00ff00 }
.navlink A:visited {text-decoration: none; color: #00ff00}
.navlink A:active {text-decoration: none; color: #00ff00}
.navlink A:hover {text-decoration: underline overline; background: #001133; color: #00a0ff; }

.bluelink A:link {text-decoration: none; color: #00a0ff}
.bluelink A:visited {text-decoration: none; color: #00a0ff}
.bluelink A:active {text-decoration: none; color: #00a0ff}
.bluelink A:hover {text-decoration: underline overline; background: #000000; color: #00a0ff}

.greenlink A:link {text-decoration: none; color: #00cc99}
.greenlink A:visited {text-decoration: none; color: #00cc99}
.greenlink A:active {text-decoration: none; color: #00cc99}
.greenlink A:hover {text-decoration: underline overline; background: #000000; color: #00ff00}

hr { height: 3px; background-color: #00a0ff; color: #00a0ff; }
hr.l750 { width: 750px; height: 3px; background-color: #00a0ff; color: #00a0ff; }
hr.l600 { width: 600px; height: 3px; background-color: #00a0ff; color: #00a0ff; }
hr.l500 { width: 500px; height: 3px; background-color: #00a0ff; color: #00a0ff; }
hr.l400 { width: 400px; height: 3px; background-color: #00a0ff; color: #00a0ff; }
hr.l300 { width: 300px; height: 3px; background-color: #00a0ff; color: #00a0ff; }
hr.l250 { width: 250px; height: 3px; background-color: #00a0ff; color: #00a0ff; }
hr.l200 { width: 200px; height: 3px; background-color: #00a0ff; color: #00a0ff; }
hr.l100 { width: 100px; height: 3px; background-color: #00a0ff; color: #00a0ff; }
hr.l50 { width: 50px; height: 3px; background-color: #00a0ff; color: #00a0ff; }

/*table { margin: 0 auto; }*/   /*Centers tables*/
td { vertical-align: top; }

BODY { 
 background: #001133; 
 color : #00cc99;
}