body {
background-attachment: fixed;
background-color: #ffffff;
background-image: url(../WallPaper/mainback.jpg);
background-repeat: no-repeat;
background-position: right top;
}

table {
border-style: dashed;
border-color: #999999;
border-width: 1px;
}

td {
font-family: Verdana;
font-size: 70%;
}

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #666666;
text-decoration: none;
}

a:hover {
color: #8b0000;
text-decoration: underline;
}