@charset "UTF-8";
/* CSS Document */

body,th {
	color: #eee5e8;
	font: normal 13px/150% Georgia, "Times New Roman", Times, serif;
}
body {
	background: #330033 url(images/darkbg.jpg) center top;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF99CC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	color: #FF99CC;
	text-transform: capitalize;
	letter-spacing: -1px;
	text-align: center;
	font: italic 24px Georgia;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FF99CC;
}
h2 {
	font-size: 21px;
	font-style: italic;
	text-transform: capitalize;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}


td {
	color: #eee5e8;
	font: normal 13px/150% Georgia, "Times New Roman", Times, serif;
	vertical-align: top
	padding-right:5px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:5px;

}
