body {
background: #263a83;
}

A:link {color: black} 
A:visited {color: black} 
A:hover {color: blue} 
A:active {color: black}

.cart {
font-family: arial;
font-size: 10pt;
color: black;
font-weight: bold;
text-align: right;
background: white;
}

.sortable {
font-family: arial;
font-size: 10pt;
background-color:#eee;
color:#666666;
font-weight: bold;
text-decoration: none;
display: block;
}

.nav {
font-family: arial;
font-size: 7pt;
color: black;
background: white;
}
