/* Templet StyleSheet #1 */


body {
     background: black;
     color: black;
     font-size: .85em;
     font-family: verdana, helvetica, sans-serif;
     }

div.pagetitle   {
		color: white;
	        text-align: center;
		font-size: 3.8em;
		font-weight: bold;
		font-family: verdana, helvetica, sans-serif;
		}

div.subtitles   {
		color: white;
		background-color: #CC6600;
		font-size: 1.2em;
		font-family: verdana, helvetica, sans-serif;
		}

div.pagelocator  {
		  color: white;
		  font-size: .85em;
		  font-family: verdana, helvetica, sans-serif;
		  }

p  {
   color: white;
   font-size: 1.5em;
   font-family: arial, helvetica, sans-serif;
   margin: 10px;
   }

b {
   color: white;
   font-size: 1.5em;
   font-family: arial, helvetica, sans-serif;
   margin: 10px;
  }


a:link { color: #3399CC; }
a:visited { color: #9966CC; }
a:active { color: red; }
a:hover { color: white; }