BODY {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	color: #666666;
}

td {
	font-family: verdana;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

h1 {
	font-family: verdana;
	font-size: 32px;
	color: #E2E2E2;
	text-align: right;
}

h2 {
	font-family: verdana;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}


A:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}			

A:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}