body{
	background: #ffffff;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 24px;
	color: Maroon;
	margin-top: 0px;
	margin-bottom: 10px;
	}

h2 {
	font-family: Verdana, Arial;
	font-size: 16px;
	color: Maroon;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	}
	
h3 {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: Maroon;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 3px;
	}	
	
	h4 {
	font-family: Verdana, Arial;
	color: #A52A2A;
	font-style: italic;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 5px;
	font: normal 18px;
	}	
	
	h5 {
	font-family: Verdana, Arial;
	color: #A52A2A;
	font-style: italic;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 5px;
	font: normal 16px;
	}	
	
h6{
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #A52A2A;
	font-variant: small-caps;
	font-weight: lighter;
}

a:link {
	font-family: Verdana, Arial;
	color:#07c;
	}

a:visited {
	font-family: Verdana, Arial;
	color:#07c;
	}

a:hover {
	font-family: Verdana, Arial;
	color:#f00;
	text-decoration: underline;
}

table { 
	background-color: #ffff00;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 12px;
   	margin-top: 0px;
   	margin-bottom: 0px;
	text-align: center;
	}
	
p{
	text-indent: 10px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 5px;
}

img {
	border-color: black;
	border-widtg: thin;
		
	}	

hr {
  color: #0068CC;
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  }
  
  li{
  margin-left: 5px;
  margin-bottom: 10px;
  text-align: left;
  	}
  }
  
