BODY, P TD {
background : white; 
color : #000000; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
} 
a {
text-decoration : none; 
} 
a:link, a:visited {
color : #0066ff; 
background : transparent; 
} 
a:hover {
text-decoration : underline; 
color : #505ba4; 
background : transparent; 
} 
h1 {
font-family : Geneva, Arial, Helvetica, sans-serif; 
font-size : 120%; 
} 
h2 {
font-family : Geneva, Arial, Helvetica, sans-serif; 
font-size : 114%; 
} 
h3 {
font-family : Geneva, Arial, Helvetica, sans-serif; 
font-size : 100%; 
} 
#outer {
background-image : url('images/outerbg.jpg'); 
width : 100%; 
border : 3px ridge; 
} 
#middle {
background-image : url('images/middlebg.jpg'); 
width : 80%; 
border : 3px ridge; 
} 
#inner {
background-image : url('images/innerbg.jpg'); 
width : 90%; 
padding : 30px; 
border : 3px ridge; 
} 
#table1 {
width : 100%; 
margin : auto; 
} 
#table2 {
width : 90%; 
margin : auto; 
} 
#table3 {
width : 80%; 
margin : auto; 
} 
div.hr {
display : block; 
height : 14px; 
width : 385px; 
background-image : url('images/line.jpg'); 
background-repeat : no-repeat; 
background-position : center center; 
margin : auto; 
}