/*  Style Steet proto for new sites */

body {
 color:red ;
 background-color:black ;
 border: solid;border-width: 2px;
 padding:0px;margin:0px;
 font-size: 24px;
 font-family:sans-serif ;
 }

div  {
 margin: 0px;padding: 0px;
 border-style: solid;border-width: 0px;
 background-color: transparent;
        } 
 
 div.topbanner {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 border: solid;border-width: 3px;
 }
 
div.left {
 position: relative;
 top: 0px; left: 0px;
 width: 200px;
 float: left;
 border: solid;border-width: 2px;
 }
 
div.center {
 position: relative;
 top: 0px; left: 0px;
 width: 400px;
 float: left;
 border: solid;border-width: 2px;
 }
 
div.foot {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 clear:both;
 border: solid;border-width: 2px;
 }

div.foot2 {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 clear:both;
 color: black;
 }
 
div.menu {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 border: solid;border-width: 1px;
 } 
 
span.sitename {
 font-size: 40px;
 }

a               { color: black; text-decoration: none}
a:link          { color: black } 
a:active        { color: black }
a:visited       { color: black }
a:hover         { color: RGB(36,40,92); background-color: white; }


p {
 margin: 0px;padding: 0px;
 border-style: solid;border-width: 0px;
 background-color: transparent;
 } 
 
p.menu {
 border: solid;border-width: 1px;
 padding:2px;margin:0px;
 font-size:20px ;
 font-family: sans-serif;
 }
 
p.main  { font-size: 17px; }
p.mid  { font-size: 15px; }
p.small   { font-size: 12px; }
