a {
	text-decoration:none;
	color:#3399FF;
}

.purp {
	background-color:#c6a6ce;
	margin:10px 30px 10px 30px;
	border:solid #ffffff 3px;
	border-bottom-style:outset;
	width: 190px;
	height:35px;
	padding:4px;
}

div .boxed a {
	font:thick 15px Times, sans-serif;
	color: #ffffff;
	display:block;
	background:20px 30% no-repeat;
	background-image:url(images/button.gif);
	text-align:center;
	width: 190px;
	height:35px;

}
div .boxed a:hover {
 	background-image:url(images/button_over.gif) no-repeat;
	color:#FF0000;
	text-decoration:none;	
}

#currentpage {
	border:solid #666666 1px;

}

#currentpage a {
	text-decoration:none;
	color: #FF0000;
	background-image:url(images/button_over.gif);
	background-repeat:no-repeat;
	height:35px;
	padding:4px;
}

#currentpage a:hover {	
	cursor:default;
}
