/*This is the style sheet for the quiz page of the site.*/

th, td {
border: 1px solid #000;
padding:5px;
text-align:center;
}

td {
font-size:.75em;
}

td.la {
text-align:left;
}

.one {
width:130px;
}

.two {
width:340px;
}

.three {
width:100px;
}

#hwtable {
width:504px;
margin:0 auto;
}

#wrapper {
text-align:center;
}

p.center {
text-align:center;
margin-bottom:25px;
}

table.hw {
margin-top:10px;
}

