body { 
	font-family: Arial; 
	font-size: 14px;
margin-left: 5%; 
margin-top: 3%; 
margin-right: 5%; 
margin-bottom: 0%; 
color : black;
} 
table.header {
background-color:#f0f0ff; 
border-top:1px #000000 solid; 
border-bottom:1px #000000 solid; 
width: 100%;
}
A:link { 
color: #e60000; 
text-decoration:underline; 
}
A:visited { 
color: #0000ff; 
text-decoration:underline; 
}
A:active { 
color:#0000ff; 
text-decoration:none; 
}
A:hover { 
color: #7575ff; 
}
p { 
	font-family: Arial; 
	font-size: 14px;
	color : black; 
}
h1 { 
font-family: Georgia;
font-size: 1.5em; 
font-weight: bold; 
color: #004f00;
}
h2 { 
font-size: 1.4em; 
font-weight: bold; 
}
h3 { 
font-size: 1.3em; 
font-weight: bold; 
}
h6 { 
font-weight: normal; 
font-style: italic; 
}
hr { 
color:#000000; 
background:#ffffff; 
}
