BODY {
	color: #E0C3E4;
	background-color: #1F0C20;
	font-family: "Chandas", "Century Gothic", "Lucida Console", "Trebuchet MS";
	line-height: 110%;
	font-size: medium;
	text-transform: lowercase;
}

A{
	color: #D3A9D6;
}

A:HOVER {
	color: #C195C3;
	font-weight: bold;
} 

img {
	border: 3px;
}

hr {
	color: #4F2651;
	height: 3px;
}
	
ol { 
	list-style-type: lower-roman; 
	margin: 1em 0px 1em 40px 
}

ol li { 
	margin: .5em 0px .5em 0px 
}

ul { 
	list-style-image: url(http://gyrlbrat.com/images/gb_ball.gif);
}

ul li { 
	margin: 1em 0px 1em 0px
}

.bgimage {
	background-image: url(img/circles.png);
	background-attachment: fixed;
	background-repeat: repeat;
}

.smallfont {
	font-size: small;
}

.normalfont {
	font-size: medium;
}

.largefont {
	font-size: x-large;
	line-height: 130%;
}

p {
	text-align: center;
	line-height: 200%;
	margin-top: 5px;
	margin-bottom: 5px; 
}

div.right {
	position: absolute;
	top: 0px;
	left: 650px;
	width: 250px;
	height: 800px;
	padding: 3px;
	line-height: 250%;
	border: 1px solid #CC0099;
}

div.top {
	position: absolute;
	padding-top: 5px;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 100px;
}

div.main {
	position: absolute;
	padding: 3px;
	top: 100px;
	left: 0px;
	width: 650px;
	height: 600px;
}

div.bottom {
	position:absolute;
	padding: 10px;
	line-height: 250%;
	top: 700px;
	left: 50px;
	width: 550;
	height: 100px;

table {
	border-style: inset;
	border-color: #A951A9 #A951A9 #A951A9 #A951A9;
	border-width: medium;
}

.table_inner {
	border-style: solid;
	border-color: #C18BC3;
	border-width: thin;
	padding: 5px 5px 5px 5px; 

}

td, th {
	text-align: center;
	border-style: none none none none;
	padding: 5px 5px 5px 5px; 
}







