/* General stuff */
body { 
margin-left:0px; 
margin-right:8px; 
margin-top:0px; 
margin-bottom:0px 
}

/* Format behaviour of menu links */
A.menulink {
display: block;
width: 220px;
text-align: left;
vertical-align:middle;
text-decoration: none;
font-family:arial, helvetica, sans-serif;
color: #003366;
white-space: nowrap;
overflow: hidden;
}

A.menulink:hover {
background-color:#7BADFF;
}

TD.menutab:hover {
background-color:#7BADFF;
}

/* Complete massey.css's format for 4th level headings */
h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #000000;
}

