/* style Copyrighted. Duplication or redistribution is strictly prohibited. */

a:visited, a:link, a:active {
	color: #b22222;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #00ced1;
	font-weight: normal;
	text-decoration: underline;
}

body{
	background-color: black;
	color: #000000;
	font: 10px Verdana, Arial, sans-serif;
}

h1{
	color: #5D4A4A;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	
}

h2 {
	color: #A73066;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
	font-style: italic;
	line-height: normal;
}

h3 {
	color: #15738c;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
	font-style: italic;
	line-height: normal;
	text-align: center;
}

td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
margin-left:10px;
color:#000;
}


.main{
	background-color: #f4d9d9;
	font: normal normal normal 12px "Times New Roman", Times, serif;
	border: 1px solid white;
}

.home1{
	background-color: #FDE1D6;
	font: normal normal normal 16px "Times New Roman", Times, serif;
	border: 1px #fde1d6;
}

.copyrights {
	background: transparent;
	color: black;
	font-size: 10px;
}

.books {
	border: medium double #b22222;
}


a img.books, img.books {
border: medium double #b22222;
text-decoration: none;
}


ul { 
list-style-position: outside; 
}


.sidebox{
	background-color: #f4d9d9;
	font: normal normal normal 12px "Times New Roman", Times, serif;
	border: 1px solid #b22222;
}