body {
   background: white; 
   font-family: verdana,arial,sans-serif; 
   font-size: 10pt;
   margin: 0px}

h1,h2,p,em,a, q {font-weight: normal;font-style: normal}


em {
font-weight: bold}



a:link { 
   color: gray; 
   text-decoration: underline
   }
a:visited { 
   color: black;; 
   text-decoration: underline
   }
a:hover { 
   color: black;
   background: #b98189;
   text-decoration: none
   }
a:active { 
   color: black;
   background: #b98189;
   text-decoration: none
   }



q {font-size: 0.75em; font-weight: bold; font-style: italic; color: red}

h1 {
   color: white; 
   background: #872331;
   font-size: 1.5em;
   padding-left: 15px;
   padding-top: 15px;
   Padding-bottom: 10px;
   margin-top: 0px;
	border-bottom-color: #B98189;
	border-bottom-style: solid;
	border-bottom-width: 10px;
   }
	
h1 a:link {
	color: white;
	text-decoration: none;
}
h1 a:visited {
	color: white;
	text-decoration: none;
}
h1 a:hover {
	color: white;
	background-color:#872331;
	text-decoration: none;
}
h1 a:active {
	color: white;
	text-decoration: none;
}

#gallery a:hover {
	background-color: white;
	border: 3px black;
}



h2 {
color: gray;
font-variant: small-caps;
font-size: 2em}


#menubar {
   width: 175px;
   height: 1000px;
   float: left;
   margin-right: 20px;
	padding-right:10px;
	border-right: dashed black 1px;
   }

#menubar h2 {
   background-color: #b98189;
   color: white;
   font-size: 1.5em;
	   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 10px;
	font-variant: small-caps;
   }
	
#menubar h3 {
   background-color: white;
   color: #872331;
   font-size: 1em;
	padding-top: 0px;
	margin-top:0px;
   padding-bottom: 0px;
	margin-bottom: 0px;
   padding-left: 10px;
   }

#menubar span {
   font-size: 0.75em; 
   font-weight: bold; 
   font-style: italic; 
   color: red;
   }


#menubar a {
   padding-left: 15px;
   }

#menubar p{
	
padding-top:0px;
margin-top:0px;
padding-bottom: 0px;
}

#mainbody {
   width: 730px;
   position: absolute; 
   top: 70px; 
   left: 200px; 
   }

#writingmain {
   width: 730px;
   position: absolute; 
   top: 70px; 
   left: 220px; 
   }

#writingmain p, table {
   font-size: 10pt;
   }


.whiteborder {
   border-style:solid; 
   border-width:30px;
   border-color:white
   }

.blackborder {
   border-style:solid; 
   border-width:5px;
   border-color:black
   }

