body{
background-color: #F9F9FE;
background-image: url("back.jpg");
background-repeat: repeat-x;
}

table.top1{
border-style: solid;
border-color: navy;
border-width: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}


table, th, td {
font-size: 10pt;
line-height: 1.3em;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

table.1, th.1, td.1 {
font-size: 10pt;
line-height: 1.3em;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}

a:link,a:active {
color:#0000FF;
}
a:visited {
color:#000080;
}
a:hover {
color:#FF3300;
font-weight:bolder;
position : relative;
top:3px;@left:3px;
background-color : yellow;
text-decoration:none;
}
