/* CSS Document */
a:link  {
     color: #000099; 
     background-color: transparent;
     text-decoration: none
}
a:visited  {
     color: #990000;
     background-color: transparent;
     text-decoration: none;
}

a:active  {
     color: #0099cc;
     background-color: transparent;
     text-decoration: none;
}

a:hover  {
     color: #0077cc;
     background-color: #eeeeee;
     text-decoration: none;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

H1 {
	font: 24px "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	text-indent: 20px;
	}

.image2 {
	position: relative;
	visibility: visible;
	margin-top: 10px;
}
.image3 {
	position: relative;
	width: 190px;
	height: 190px;
	margin: 10px;
	padding: 5px;
	border: none;
}

p.center  {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 text-align: center;
}

