/* CSS Document */

p{
font-family: verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 3px;
padding: 3px;
}

.navigation {
font-family: Garamond, serif;
font-size:16px;
font-style:normal;
font-weight:bold;
color:#6666CC;
text-decoration:none;
background-color:#FFFFFF;
display: table;
padding: none;
width:auto;
}


.navigation: hover {
font-family: Garamond, serif;
font-size:16px;
font-style:normal;
font-weight:bold;
color: #FF3399;
text-decoration:none;
background-color:#FFFFFF;
display: table;
padding: none;
width:auto;
}


