/* style copyright  © Glass Slipper WebDesign. Duplication or redistribution is strictly prohibited. */

a:link{
	background: transparent;
	color: #FFC04A;
	text-decoration: underline;
}

a:visited{
	background: transparent;
	color: #FFC04A;
	text-decoration: underline;
}

a:hover{
	background-color: transparent;
	color: #E399E0;
	text-decoration: none;
}

a:active{
	background-color: transparent;
	color: #FFC04A;
	text-decoration: underline;
}

body{
	background-color: #000000;
	color: #ffffff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	scrollbar-track-color:#000000;
scrollbar-face-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-arrow-color:#FFD700;
scrollbar-darkshadow-color:#000000;
scrollbar-3dlight-color:#E399E0;
margin-top: 50px;
}

p{
	background: transparent;
	color: #C5E7F5;
	font: 12px Georgia, sans-serif;
}

td{
	background: transparent;
	color: #C5E7F5;
	font: normal 12px Georgia, sans-serif;
}


h1 {
	font-size: 14px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	color: #660066;
	font-weight: bold;
}

.copyrights {
	font: normal 10px Verdana, Times New Roman, sans-serif;
	color: #ffffff;
}



#quotes {
	font-size: 12px;
	color: #9D009D;
	font-style: italic;
}

.info {
	font-size: 11px;
	color: #FFFFCC;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.covers {
	background: #660066;
	
}

.img3 {
	border: thick solid #9FAFE9;
}
.img2 {
	border: thick solid #BE00BF;
}

.main{
	background-color: #330033;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: thin solid #BE00BF;
}

.main2{
	background-color: #000000;
	border-bottom: thin solid #BE00BF;
	border-left: thin solid #BE00BF;
	border-right: thin solid #BE00BF;
	border-top: thin solid #BE00BF;
}

.newsinfo{
	background-color: black;
	border: 2px solid fuchsia;
	padding: 10px;
}