A:link { COLOR: #333333; TEXT-DECORATION: underline; font-weight: normal }
A:visited { COLOR: #000000; TEXT-DECORATION: underline; font-weight: normal }
A:hover { COLOR: #ffffff; TEXT-DECORATION: underline; font-weight: normal }
A:active { COLOR: #555555; TEXT-DECORATION: underline }
body {background-color: #dddddd; margin:3px}
img {border: 1px solid #000000}

ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a.header
{
float:left;
width:15%;
text-decoration:none;
color:black;
background-color:#777777;
text-align:center;
padding:0.2em 0.6em;
border-right:1px solid #dddddd;
}
p.title
{
float:left;
width:25%;
text-decoration:none;
color:black;
background-color:dddddd;
text-align:center;
font-weight:bold;
padding:0.2em 0.6em;
border-right:1px solid #dddddd;
}
p.header
{
float:left;
width:15%;
text-decoration:none;
color:black;
background-color:#777777;
text-align:center;
padding:0.2em 0.6em;
border-right:1px solid #dddddd;
}
a.header:link,a.header:visited,a.header:active
{
text-decoration:none
}
a.header:hover
{
background-color:#333333;
color:white;
text-decoration:none
}
li {display:inline}