/* CSS Document */

a.menu:link {
display: block;
width: 80px;
height: 19;
text-align: center;
color: #640000;
border: none;
background-color: #ffffff; 
text-decoration:none; 
font-family: tahoma, arial, sans-serif; 
font-weight: bold; 
font-size:70%
}
a.menu:visited {
display: block;
width: 80px;
height: 19;
text-align: center;
color: #640000;
border: none;
background-color: #ffffff; 
text-decoration:none; 
font-family: tahoma, arial, sans-serif; 
font-weight: bold; 
font-size:70%
}
a.menu:hover {
display: block;
width: 80px;
height: 19;
text-align: center;
color: #FFFFFF;
border: none;
background-color: #000000; 
text-decoration:none; 
font-family: tahoma, arial, sans-serif; 
font-weight: bold; 
font-size:70%
}

a:link {
text-decoration:none;
color: #C4AD7B;
}

a:hover {
text-decoration: underline;
color: #640000;
}

a:visited {
text-decoration: none;
color: #C4AD7B
}

p {
font-size: 2px;
}