body {
	color: #333333;
    background: #FFCCCC url(images/bg.jpg) repeat-x;

	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
h1 {
	font-size: 12px;
	color: #FF3300;
	margin:0;
}
h2 {
	font-size: 14px;
	color: #0099FF;
	margin:0;
}
h3 {
	font-size: 18px;
	color: #996666;
	margin:0;
}
td {
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #0033FF;
	text-decoration: underline;
}
