/* SubStyle.css                 */
/* Style Sheet for Sub Pages 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:#00C600;}
:visited {color:black;}
:hover {color:#999900;}

p.heading {
 font-family:Arial;
 font-size:16pt;
 color:green;
}

p.main {
  font-family:"Times New Roman";
  font-size:12pt;
  }

p.top  {
   font-family:Arial;
   font-size:10pt;
   text-align:center;
   } 


td.topmenu {
  font-family:Arial;
  font-size:10pt;
  }

td.youarehere {
 font-family:Arial;
 font-size:12pt;
 font-weight:bold;
 color:black;
 }

td.sidemenu {
 font-family:Arial;
 font-size:10pt;
 font-weight:bold;
 background-color:#D0D0AC;
 text-align:center;
 color:green;
 }
td.main {
 font-family:Arial;
 font-size:10pt;
 font-weight:bold;
 color:green;
 }


td.formleft {
 font-family:Arial;
 font-size=12pt;
 }

td.formright {
font-family:Arial;
font-size:10pt;
}

div.wrapper {
 margin-left:15%;
 margin-right:15%;
}

li{
	margin-bottom:10px;
}