/* CSS Document */

body,td,th {
	font-family: "Times New Roman";
	font-size: 14px;
}
a:link {
	color: #cc6600;
}
a:visited {
	color: #cc6600;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #CC3200;
}