@CHARSET "ISO-8859-1";

/* style.css - a simple style sheet */
body {
  margin-left: 0; margin-right: 0; margin-top:0;margin-bottom: 0;
  color: white; background: black; font-family: verdana, arial; font-size:10;
}

pre { font-family: monospace; }

p { font-family: verdana, arial; font-size:12}

h1 {font-family: "Arial Black"; font-size: 26pt ;margin-bottom: 0.25em; }

h2 {font-family: "Arial Black"; font-size: 20 ;margin-bottom: 0.25em; }

h3 	{font-family: verdana;
	 color: #FF0000; font-weight: bold; font-size: 10pt;
	 margin-top: o.5em; margin-bottom: 0.25em; }

h4 	{font-family: verdana;
	 color: #FFFFFF; font-weight: bold; font-size: 9pt;
	 margin-top: o.25em; margin-bottom: 0.25em; }
	 
	 
	 
.bodytext {font-family: verdana; color: #FFFFFF; font-size: 20;
 	margin-top: o.25em; margin-bottom: 0.25em;
	}
	 
.black {color: #000000; }
.red {color:#FF0000}
.twitterblue {color:#23C9FF; font-weight: bold;}

.norepeat {background-repeat: no-repeat;}
	 
A:link {text-decoration: none; color: #FF0000;}
A:visited {text-decoration: none;color: #FF0000;}
A:active {text-decoration: none;color: #FF0000;}
A:hover {text-decoration: underline; color:  #880000;}
 
td.menu {background-color: #5B0000}
td.submenu {background-color: #73403F }
td.splatter {background-image: url("./images/splatter2.jpg");background-repeat: repeat-y}
	 
.bold {font-weight:bold;}
.tiny {font-size: 7pt;}
.small {font-size: 9pt;}
.medium {font-size: 11pt;}
.large {font-size: 14pt;}
.huge {font-size: 26pt;}
.massive {font-size: 60pt;}
	 
.franklin {font-family: "franklin Gothic demi", "arial black", "arial"; margin-bottom: 1em;}
.arialnarrow {font-family: "arial narrow", "arial"; margin-bottom: 1em;}
.arialblack {font-family: "arial black", "arial"; margin-bottom: 1em;}
	 



