/* CSS Document */
a:link {
	text-decoration:underline;
	color:#000000;
}

a:visited {
	text-decoration:underline;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	color:#660033;
	}
	
.rolloverorder a {
display:block;
width: 122px;
padding:0px;
font: bold 13px sans-serif;;
background:url('../images/order_full.jpg') 0 0 no-repeat;
text-decoration: none;
}
.rolloverorder a:hover { 
background-position: 0 -23px;
}
.rolloverorder a:active {
background-position: 0 -23px;
}

ul li {
	text-decoration:none;
	line-height:2em;
	text-align:left;
	padding:0px 5px 0px 5px;
	}


	
p#boxtext > a:visited {
	color:#660033;
	}
	
p#boxtext > a:link {
	color:#660033;
	}