/* HPstyle.css                 */
/* Style sheet for Home Page in */
/* Website WhiteChalkCrime      */
       
body {
  background-color:#696969;
  scrollbar-arrow-color:#333333;
  scrollbar-track-color:#696969;
  scrollbar-shadow-color:#333333;
  scrollbar-face-color:#D0D0AC;
  scrollbar-highlight-color:#CCCCCC;
  scrollbar-darkshadow-color:#333333;
  scrollbar-3dlight-color:white;
}
 
:link {color:#00FF00;}
:visited {color:#D0D0AC;}
:hover {color: white;}

h3  {
   font-family:"Times New Roman";
   font-size:16pt;
   color:white;
  } 


p.main  {
   font-family:"Times New Roman";
   font-size:12pt;
   color:white;
  } 

p.credits  {
   font-family:arial;
   font-size:8pt;
   color:white;
  } 

p.top  {
   font-family:arial;
   font-size:10pt;
   text-align:center;
  } 

p.menu {  
  font-family:arial;
  font-size:10pt;
  color:#00C600;
  font-weight:bold;
   }
 
div.wrapper {
  margin-left:15%;
  margin-right:15%;
}



