﻿/* main page Style Sheet */

BODY
{font-family: Times New Roman;
font-size: 12pt;
margin: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 10px;}

NORMAL
{font-family: Times New Roman;
font-size: 12pt;
margin: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 10px;}

 ul {list-style-type: none}
 li{
 font-family:Times New Roman
 font-size: 10pt}
 
a:link {color: #000000; text-decoration: underline} 
a:visited {color: #0000ff; text-decoration: none}
a:hover {text-decoration: underline}

P
{
padding-top: 10px;
margin: 0px;}

a
{
padding-bottom: 300px;
margin: 10px;
}
h1 {
  font-family: Castellar;
  font-size: 30pt;
  font-weight: bold;
  color: #8C7139;
  text-align: center;
  margin: 0;
}
h2 {
  font-family:Castellar;
  font-size: 20pt;
  font-weight: bold;
  color: #8C7139;
  text-align: center;
}
h3 {
  font-family:Castellar;
  font-size: 15pt;
  font-weight: bold;
  color: #800000;
  text-align: center;
}
h4 {
  font-family: Castellar;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
a
{padding-bottom: 10pt;
}

.right{
  text-align: right;
}

.center{
  text-align: center;
}

.dropcap
	{ font: bold 250% Times New Roman ;
	  color: #8C7139;
	  width: 20 pt;
	 float: left;
	   
	}

.firstletter
	{ font: bold 200%;
	  color: Brown;
	}