body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #555555;
	color: #CCCCCC;
	line-height: 16pt;
	border: 2px solid #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #FFFF00;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	padding-bottom: 7px;
}
h2 {
	color: #FFFF00;
	font-size: 14pt;
}
a {
	color: #3399FF;
}
