/* CSS Document */

body, td {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFF99;
}

a:link, a:visited {
	color: #FFFF99;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFF00;
	text-decoration: underline;
}