body {

background: #280b29 url(images/bg.jpg) no-repeat;
font-color:#363636;
color:#363636;
font-size:12px;
font-family: Trebuchet Ms, Tahoma, Arial;
}

.textf {
	background-image: url('images/textf.gif');
	border: 1px solid #c839cf;
        text-align: center;
        color: #363636;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 2;

}

a:link
{
	color: #b20083;
        text-decoration: none;

}
a:visited
{
	color: #b20083;
        text-decoration: none;


}
a:hover
{
        color: #b20083;
        text-decoration: underline;
}

a:link.d
{
	color: #ffffff;
        text-decoration: none;

}
a:visited.d
{
	color: #ffffff;
        text-decoration: none;


}
a:hover.d
{
        color: #ffffff;
        text-decoration: underline;
}

select {
	background: #f7d7f9;
	color: #363636;
	BORDER: #c839cf 1px solid;
	FONT-SIZE: 12px;
	FONT-FAMILY: trebuchet ms, arial, verdana;
}

textarea {
	color: #363636;
	text-decoration: none;
	background: #f7d7f9;
	border: 1px solid #c839cf;
	font: normal 10pt  trebuchet ms, tahoma, verdana, arial;
}
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #363636;
text-decoration: none;
color: #363636;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #b20083;
color: #b20083;
background-color: #ffffff;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #b20083;
background-color: #ffffff;
color: #b20083;
}

* html .pagination li.currentpage, * html .pagination li{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
} 