/* 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: #360B3B; 
 color: #008000;
 font-family: "comic sans ms";
}

a:link  { color: #708090; }
a:visited { color: #6A5ACD; }
a:hover  { color: #800000; text-decoration: underline; }
a:active  { color: #483D8B; 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: #800000; text-decoration: underline; }
.textnav a:active  { color: #2E8B57; text-decoration: underline; }


.pagetitle  {
 color: #008000;
 font-size: 150%;
}

/* stuff for the links page */

.menublock, .display {
 float:left;
 width:185px;
 background-color: #B5BF61;
 border-style: double;
 border-color: #008080;
 border-width: 4px;
 text-align: center;
}


.title {
 display: block;
 color: #708090;
 background-color: #151228;
 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: #008080;
 background-color: #4C0C06;
 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: #008080;
 color: #4C0C06;
 font-weight: bold;
}

