/* CSS Document */

body {
text-align: center;
width: 765px;
margin: 0 auto;
background: #c0c0c0 url(../../g/backgroundtest.jpg) top repeat-x;
font-family: Arial, Helvetica, sans-serif;
}

table#top {
background-image:none;
}

table {
background-color:#FFFFFF;
}

p {
text-align:left;
}

td {
font-size:12px;
}

td.instructions {
text-align: left;
}

td.myStyleSmall {
font-size:12px;
}

tr.odd {
background-color: #cecece;
}

tr.even {
background-color: #b5b5b5;
}

h1 {
font-size:14px;
font-weight:bold;
color: #FF0000;
}

#answer {
width: 765px;
margin: 0 auto;
height: 680px;
border: solid 1px;
margin: 10px;
background-color:#FFFFFF;
}

#answer p {
padding: 10px;}
  
