body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
}
body {
	background-color: #E3CF93;
/*	background-image:url(images/background.jpg); */
	color: #660000;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #660000;
}
#main {
	background-image:url(images/bkg_main.jpg);
	width: 900px;
	background-repeat: repeat;
	background-position: center top;
}
#front { 
	background-image:url(images/bkg_front.jpg);
	width: 900px;
}
.lipad {
   padding:9px 0px 0px;
}
img { filter:expression(addPngImage(this)); }

/*LINKS*/
a.books {
	font-size: small;
	color: #660000;
	font-weight: bold;
}
a.books:link {
	text-decoration: none;
}
a.books:visited {
	text-decoration: none;
}
a.books:hover {
	text-decoration: none;
	color: #e3cf93;
	background-color:#ac643c;

}
a.books:active {
	text-decoration: none;
}

a.main {
	font-size: small;
	color: #e3cf93;
	font-weight: bold;
}
a.main:link {
	text-decoration: none;
}
a.main:visited {
	text-decoration: none;
}
a.main:hover {
	text-decoration: none;
	color: #e3cf93;
	background-color:#ac643c;
}
a.main:active {
	text-decoration: none;
}
