body {
background-repeat:repeat-x;
background-attachment:fixed;
background-image:url(/images/background.jpg);
background-color:#000000;
font-family: Arial, Helvetica, sans-serif;
background-repeat:repeat-x;
background-position:top;
}

a:hover {
color:#333333;
text-decoration:none;
outline: none;
cursor:pointer;
}

a {
color:#006699;
text-decoration:underline;
outline: none;
cursor:pointer;
}

tr {
border-bottom:1px solid #cccccc;}