@import "/css/reset.css";
@import "/css/default.css";

body {
width:600px;
}

h2 {
border-bottom: 1px solid #ccc;
padding:0 0 3px 3px;
margin-bottom:10px;

}

#pageBody {
margin:20px 0px 25px 20px;
}
#footer {
background:#aaa;
padding:25px 0 25px 10px;
}

th {
white-space:nowrap;
}

th,td {
font-size:0.85em;
line-height:1.4em;
padding:3px 5px;
}

.close {
text-align:center;
margin:25px 0;
}




