/* style Copyrighted. Duplication or redistribution is strictly prohibited. */

a:visited, a:link, a:active {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}

body{
	background-color: #800000;
	color: #000000;
	font: 10px Verdana, Arial, sans-serif;
	scrollbar-track-color: #b30000;
	scrollbar-face-color: #b30000;
	scrollbar-shadow-color: #b30000;
	scrollbar-highlight-color: #b30000;
	scrollbar-arrow-color: #fbc6ce;
	scrollbar-darkshadow-color: #fff2ea;
	scrollbar-3dlight-color: #fff2ea;
	margin: 10px;
}

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;
}

h4 {
	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:5px;
color:#000;
}

.main{
	background-color: #dedede;
	border: 1px solid #970000;
}


.content{
	background-color: #ffffe8;
	border: 1px solid #b30000;
}

.copyrights {
	background-color: #dedede;
	color: #800000;
	font-size: 10px;
}

.covers {
	border: medium solid maroon;
}


.navbar {
	background-color: #acacac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


ul {
	list-style-position: outside;
	list-style: disc;
}

hr {
	color: #b30000;
}