/* CSS Document */

p{
font-family: Papyrus;
font-size: 16px;
color:#FFFFFF;
line-height: 18px;
padding: 3px;
}

.navigation {
font-family: Papyrus;
font-size: 16px;
font-style: normal;
font-weight: bold;
color: #6666CC;
text-decoration: none; 
background-color:#000000;
display: block;
padding: 8px;
width: 140px;
}

.navigation:hover {
font-family: Papyrus;
font-size: 16px;
font-style: normal;
font-weight: bold;
color: #6666CC;
text-decoration: none; 
background-color:#FFFFFF;
display: block;
padding: 8px;
width: 140px;
}
