/* background.css */

body {
background-color: white;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
color: #999999;
}

table {
border-collapse: collapse;
}

#main_content {
background-color: white;
border: 1px solid #999999;
width: 750px;
}

td {
border-collapse: collapse;
}

