body {
font-family : Arial, Verdana, Tahoma, Serif;
font-size : 12px;       color : black;
font-weight : 500;
background-color : white;
background: url("/inc/woof.jpg") repeat;
}
a:link {
color : white;
text-decoration : none
}
a:visited {
color : white;
text-decoration : none
}
a:hover {
color : red;
text-decoration : none;
}
a.nav:link {
color : black;
text-decoration : none
}
a.nav:visited {
color : black;
text-decoration : none
}
a.nav:hover {
color : red;
text-decoration : none;
}


