/* CSS Document */

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('blue-sky.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #666666;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #cccccc;
}
a:hover {
	color: #ffcc00;
}
a:visited {
	color: #000066;
}
a:active {
	color: #ffcc00;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	color: #cccccc;
	text-align: center;
}