
/* Layout Stylesheet */ 

body {
  background: #000000;
  }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#FFFFFF;
 }
 
h1  {
 font-size : 200%;
 font-weight : bold;
 color : #993300;
}

h2  {
  font-size : 150%;
  font-weight : bold;
  color : #993300;
}

hr{
width:300px;
color:yellow;
height:5px;
text-align:left;
border:1px solid #804000;
}
 
a:link { text-decoration:none;font-weight:bold; color:#000000;}
a:visited { text-decoration:none;font-weight:bold; color:#000000;}
a:hover { text-decoration:none;font-weight:bold; color:#000000;}
a:active { text-decoration:none;font-weight:bold; color:#000000;}
