/* CSS Document */

body,td,th {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color: #FFFFCC;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
.letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: oblique;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.style2 {
	color: #663300;
	font-weight: bold;
}

A.books:link {color: #CC0000; text-decoration: none;}
A.books:visited {color: #993300; text-decoration: none;}
A.books:hover {color: #CC6600; text-decoration: none;}
A.books:active {color: #FF3300; text-decoration: none;}