body {font-family: arial, sans-serif}
a {  font-family: arial, sans-serif; font-weight: bold;  font-size: 13px; color: #0033CC; text-decoration: none}
a:hover {  color: white; text-decoration: underline; background-color:#0033CC}
#a:hover {  color: #000000; text-decoration: underline; background-color:#A6CAF0}

#Menu {
	background-color:#eee;
	border:1px dashed #999;
}

#Header {
	background-color:#c0c0c0;
	border:1px dashed black;
}

#p.linkItem a:hover span {border:1px dotted black; background-color:#cccccc; cursor: pointer}


p.linkItem          {
    display: block; text-align: left; 
    vertical-align: middle; 
    border: 1px dotted white; 
    border-bottom-color: grey; 
    border-left-color: grey; 
    padding: 2px; margin: 2px; 
    padding-left: 7px
}
p.linkItem:hover    {color: #0033CC; border:1px dotted black; background-color:#eee; cursor: pointer; text-decoration: none}

a.linkItem:hover    {color: #0033CC; background-color:#eee; cursor: pointer; text-decoration: none}