/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}


td {
	background-color: #FFFFFF;
	border: 0px;
}

tr {
	border: 0px;
}

p {
	text-align: left;
}

a {
	text-decoration: none;
	font: 13px arial rounded MT bold;
	color: #009900;
}

a:hover { 
	font: 14px arial rounded MT bold;
	color : #CC0000;
} 

h1 {
	text-align: center;
	color : #CC0000;
}

h2 {
	text-align: center;
	color: #009900;
}

