/*  Style Steet proto for new sites */

body {
 color:red ;
 background-color:black ;
 border: solid;padding:0px;margin:0px;
 font-size: 24px;
 font-family:sans-serif ;
 }
 
 div.topbanner {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 border: solid; padding:0px;margin:0px;
 background-color: transparent;
 }
 
div.left {
 position: relative;
 top: 0px; left: 0px;
 width: 200px;
 float: left;
 border: solid; padding:0px;margin:0px;
 background-color: transparent;
 }
 
div.center {
 position: relative;
 top: 0px; left: 0px;
 width: 400px;
 float: left;
 border: solid; padding:0px;margin:0px;
 background-color: transparent;
 }
 
div.foot {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 clear:both;
 border: solid; padding:0px;margin:0px;
 background-color: transparent;
 }

div.menu {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 border: solid; padding:0px;margin:0px;
 background-color: transparent;
 } 
 
span.sitename {
 font-size: 40px;
 }
 
p.menu {
 font-size:20px ;
 font-family: sans-serif;
 }