/* CSS for SmartBombs */
/* http://www.smartbombs.net */
/* Created by Andy Blau of Just Adequate Media - http://www.justadequate.com */
/* You really shouldn't steal this...but then again, why would you want to? */

body { 
 background-color: #550310; 
 color: #80993C;
 font-family: "comic sans ms";
}

a:link  { color: #80993C; }
a:visited { color: #76627B; }
a:hover  { color: #00008B; text-decoration: underline; }
a:active  { color: #76627B; text-decoration: underline; }


.textnav  { font-size: 120%; font-weight: bold; }

.textnav a:link { text-decoration: none; }
.textnav a:visited { text-decoration: none; }
.textnav a:hover  { color: #00008B; text-decoration: underline; } /*fixed link before*/
.textnav a:active  { color: #76627B; text-decoration: underline; } /*fixed link click*/


.pagetitle  {
 color: #008000;  /*    */
 font-size: 150%;
}

/* stuff for the links page */

.menublock, .display {
 float:left;
 width:185px;
 background-color: #4349A8; /*drop down border*/
 border-style: double;
 border-color: #80993C; /*button border*/
 border-width: 4px;
 text-align: center;
}


.title {
 display: block;
 color: #8B0000; /*button font*/
 background-color: #76627B;  /*button color*/
 font-family: "comic sans ms";
 font-size: 90%;
 font-weight: bold;
}


.menublock .subs { display: none; background-color: #B5BF61; } 

a.sl, a.sl:visited  {
 display: block;
 color: #808080;
 background-color: #550310;
 font-family: "arial";
 font-size: 80%;
 font-weight: bold;
 margin: 1px 1px 1px 1px;
 padding: 2px 1px 1px 8px;
 text-align: left;
 text-decoration: none;
}


a.sl:hover, a.sl:active {
 background-color: #808080;
 color: #550310;
 font-weight: bold;
}

