/* main.css */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 500px;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	width: 170px;
}

h2 {
	font-size: 16px;
	color: #539756;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #539756;
	text-decoration: underline;
}

a {
	color: #330066;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
	text-indent: 12px;
        width: 500px;

}

hr {
	color: #330099;
	background-position: center;
}
