body{
     font-family: Arial, Verdana, sans-serif;
     font-style: normal;
     font-weight: normal;
     font-size: 10pt;
     color : #000000;		
     background: #ddfff0;
     text-align: left;
     margin-left: 8%; 
     margin-right: 8%;
}


h1, h3{
     color: #2162d2;
     font-family: times new roman, serif;
     background: transparent;
} 

.center{
     text-align: center;
     font-family: times new roman, serif;
}

img{
     border-style: none;
}


a:link {
     color: blue;
     text-decoration: none;
     background: transparent;
} 
a:visited {
     color: #800080;
     text-decoration: none;
     background: transparent;
}
a:hover {
	color:  green;
	text-decoration: underline;
	background: transparent;
}
a:active {
     color: red;
     text-decoration: none;
     background: transparent;
}



