

a:active { color: #0089CC }
a:hover { color: #9933FF }
a:link { color: #ffffff }
a:visited { color:666666 }


a {	font-weight: bold}

td { 
	font-size: 12px; 
	font-family: arial, helvetica; 
	color: #ffffff} 


body {
	background-color:#000000;
	font-size: 14px; 
	font-family: verdana, arial, helvetica; 
	scrollbar-face-color: #666666; 
	scrollbar-shadow-color: #666666; 
	scrollbar-highlight-color: #999999; 
	scrollbar-3dlight-color: #999999; 
	scrollbar-darkshadow-color: #666666; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #ffffff;}

input {  
	color: #E5E2E1;
	background-color: #242424;
	border: 1px;
	border-color: #5E827D; }
input.white {
	color: #000000;
	background-color: #ffffff;	
	padding:2px;
}
h2 { 
	color:#ffffff;
	text-align:center;
}

p {
	color:#ffffff;
}

p.margins {
	
	margin: 0 40px;
}

table.cart {
	border:1px solid white;
	color:#ffffff;
	width:100%;
}

table.cart td{
	border:1px solid white;
}

table.cart th{
	border:1px solid white;
}
