body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;
background-color: #FFC;
margin: 0px;
background-image: url(/assets/tile.jpg);
background-repeat: repeat-x;
background-attachment: scroll;
}

h1 {
font-size: 110%;
color: #000;
margin: 0;
}

h2 {
font-size: 100%;
color: #000;
margin: 0;
}

table.footertext {
font-family: Verdana, Tahoma, sans-serif;
font-size: 60%;
color: #000;
}

table.border {
border-left: 1px solid #93C;
border-right: 1px solid #93C;
border-bottom: 1px solid #93C;
}

table.borderbottom {
	border-bottom: 1px solid #93C;
}

a:link {
color: #660099;
text-decoration: underline;
font-size: 100%;}
 
a:visited {
color: #660099;
font-size: 100%;
text-decoration: none;}

a:hover {
font-size: 100%;
color: #339966;
text-decoration: underline;}