body
{
background-color:#ffca7c;
background-image:url("../images/autumn_leaves.gif");
background-repeat:repeat-y;
color:#6b291f;
}
.table1
{
width:74%;
margin:auto;
margin-bottom:10px;
border:4px outset white;
border-collapse:collapse;
}
.table1 a
{
text-decoration:none;
color:#cd2110;
}
.table1 a:hover
{
text-decoration:underline;
color:blue;
}
.table1 tr
{
background-image:url("../images/background2.png");
background-repeat:repeat;
}
.table1 td
{
font-size:10px;
font-family:verdana,arial,serif;
color:black;
margin:auto;
text-align:center;
border-width:4px;
border-color:rgb(255,122,36);
border-style:outset; 
border-collapse:collapse;
}
.table2
{
width:74%;
margin:auto;
margin-bottom:10px;
border:4px outset white;
border-collapse:collapse;
}
.table2 tr
{
background-image:url("../images/background3.png");
background-repeat:repeat;
}
.table2 tr td
{
color:black;
font-family:verdana,"times new roman",arial,serif;
font-size:10px;
font-style:justify;
padding:10px;
}
.table3
{
width:74%;
margin:auto;
margin-bottom:10px;
border:4px outset white;
border-collapse:collapse;
}
.table3 tr
{
background-image:url("../images/background6.png");
background-repeat:repeat;
}
.table3 tr td
{
color:black;
font-family:verdana,"times new roman",arial,serif;
font-size:12px;
font-style:justify;
padding:10px;
}
