/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
	background-color: #CCFFCC;
	margin: 0px;
	padding: 0px;
}
.t1 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.t2 {
	font-size: 14px;
	text-align: justify;
	text-indent: 50px;
}
.t3 {
	font-size: 12px;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
