h1{
font-size: 125%;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid;}

h2{
color: #646464;
font-size: 100%;
font-weight:bold;
font-family:Arial, Helvetica; sans-serif;
border-bottom: 1px solid;}

h3{
color: Gray;
font-size:75%
font-weight: normal;
font-family:Arial, Helvetica; sans-serif;
}

h4{color: white;
text-align: right;
font-size:50%
font-weight: normal;
font-family:Arial, Helvetica; sans-serif;
	
}
h5{color: black;
text-align: right;
font-size:50%
font-weight: normal;
font-family:Arial, Helvetica; sans-serif;
	
}
	

b {text-align: justify;
word-spacing: 6px;
line-height: 24px;
	color: #7D7D7D;
	font-size:100%;
	font-weight: bold;
font-family:Arial, Helvetica; sans-serif;
	
}
p{
text-align: justify;
word-spacing: 6px;
line-height: 24px;
	color: #7D7D7D;
	font-size:75%;
	font-weight: normal;
font-family:Arial, Helvetica; sans-serif;
	
}
small{text-align: justify;
word-spacing: 6px;
line-height: 18px;
	color: #7D7D7D;
	font-size:75%;
	font-weight: normal;
font-family:Arial, Helvetica; sans-serif;
	
}
hr{
	color:black;
}

ul{color:#7D7D7D;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
	
		
a:link { text-decoration:none; color:black; border:0;}
a:visited { text-decoration:none; color:black; border:0; }
 a:hover { text-decoration:none; color:red;background-color:white; border:0; }
 a:active { text-decoration:none; color:white;background-color:red; border:0;}
 a:focus { text-decoration:none; color:blue;background-color:white;border:0; }