body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
body {
	background-color: #F0F0F0;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
a:hover {
	color: #666666;
}

