body {
	font-family: Verdena, Arial, Helvetica, sans-serif;
	margin: 10px;
	background-color: #ffffff;
}
h1 {  
font-size: 120%; 
font-weight: bold; 
text-transform: capitalize; 
color: #FF0000; 
margin-bottom: 0px; 
margin-top: 0px
}
h2 {  
font-size: 110%; 
font-style: italic; 
font-weight: bold; 
text-transform: capitalize; 
color: #FF0000; 
margin-bottom: 0px; 
margin-top: 0px
}
h3 {   
font-size: 100%; 
font-weight: bold; 
text-transform: capitalize; 
color: #FF0000; 
margin-bottom: 0px; 
margin-top: 0px
}
h4 {  
font-size: 90%; 
font-weight: bold; 
font-variant: normal; 
text-transform: capitalize; 
color: #FF0000; 
margin-bottom: 0px; 
margin-top: 0px
}
h5 {  
font-size: 80%; 
font-weight: bold; 
color: #333333; 
margin-bottom: 0px; 
margin-top: 0px
}
h6 {  
font-size: 70%;  
color: #333333; 
margin-bottom: 0px; 
margin-top: 0px; 
text-align: justify
}
p  {
font-size: 70%; 
color: #333333; 
margin-bottom: 0px; 
margin-top: 0px;
text-align: justify
}

a:link { 
font-size: 70%; 
font-weight: bold; 
text-transform: capitalize; 
color: #666666; 
text-decoration: none
}
a:visited {  
font-size: 70%; 
font-weight: bold;  
text-transform: capitalize; 
color: #666666; 
text-decoration: none
}
a:hover { 
font-size: 70%; 
font-weight: bold;  
text-transform: capitalize;
text-decoration:underline; 
color: #FF0000; 
}
a:active {  
font-size: 70%; 
font-weight: bold;  
text-transform: capitalize; 
color: #663399}
