a:active { color : black ; text-decoration : underline ;}
a:visited { color : black ; text-decoration : underline ;}
a:link { color : black ; text-decoration : underline ;}
a:hover { color : #aaaaaa ; cursor : crosshair ; text-decoration : underline ;}

body
{
margin:0px;
padding:0px;
}

.menu
{
background-color:black;
color:white;
width:100%;
height:100px;
}

.content
{
background-color:white;
color:black;
height:auto;
padding:3px;
overflow-y:auto;
overflow-x:hidden;
}

.menu a:active { color : white ; text-decoration : none ; font-weight : normal ;}
.menu a:visited { color : white ; text-decoration : none ; font-weight : normal ;}
.menu a:link { color : white ; text-decoration : none ; font-weight : normal ;}
.menu a:hover { color : #aaaaaa ; cursor : crosshair ; text-decoration : none ; font-weight : normal ;}