/* Templet StyleSheet #1 */

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

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

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

.box {
      border-style: ridge;
      border-color: #6600CC #6600CC #6600CC #6600CC;
     }

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

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

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