body {background-color:#ffffce}

BODY { font-family: Arial, Helvetica, sans-serif }

a{
outline:none;
text-decoration: none;
}

a[href]{text-decoration: none;
	color: darkblue;
	}
	
a[href]:hover {color:green}

.navigation {
       padding:5;
       margin-left:0;
       margin-right:0;
       width:100%;
}

.navigation a{
padding:3;
text-align:center;
display:block;
background:gold;
text-decoration: none;
color: blue;
border: grey 1px solid;
}

.navigation a:hover{
color:black;
background:yellow;
}

.navigation a:active{
color:red;
}



#navigation {
       padding:5;
       margin-left:0;
       margin-right:0;
       width:100%;
}

#navigation a{
padding:3;
text-align:center;
display:block;
background:gold;
text-decoration: none;
color: blue;
border: grey 1px solid;
}

#navigation a:hover{
color:black;
background:yellow;
}

#navigation a:active{
color:red;
}


#content {
margin-top:5.5em;
}

