/* CSS Document */
body.menu
{
background-color:#824939;
}
h1
{
color:#800000;
font-family:"Trebuchet MS";
font-weight:bold;
font-size:20px;
}
h2
{
font-family:"Trebuchet MS";
font-weight:bold;
text-decoration:underline;
font-size:16px;
}
h3
{
font-family:"Trebuchet MS";
color:#800000;
font-size:14px;
}
p
{
font-family:"Trebuchet MS";
font-size:13px;
}
a.menu:link 
{
color:#FFFCC8; 
text-decoration:none;
}      /* unvisited link */

a.menu:visited 
{
color:#FFFCC8;
text-decoration:none;
}  /* visited link */

a.menu:hover 
{
color:#FFFCC8;
text-decoration:none;
} /* mouse over link */

a.menu:active 
{
color:#FFFCC8;
text-decoration:none;
}  /* selected link */
a.leftmenu:link 
{
font-family:"Trebuchet MS";
color:#FFFCC8; 
text-decoration:none;
font-size:13px;
}      /* unvisited link */

a.leftmenu:visited 
{
font-family:"Trebuchet MS";
color:#FFFCC8;
text-decoration:none;
font-size:13px;
}  /* visited link */

a.leftmenu:hover 
{
font-family:"Trebuchet MS";
color:#FFFCC8;
text-decoration:none;
font-size:13px;
} /* mouse over link */

a.leftmenu:active 
{
font-family:"Trebuchet MS";
color:#FFFCC8;
text-decoration:none;
font-size:13px;
}  /* selected link */
a.mini:link 
{
font-size:12px;
color:#ffff00; 
}      /* unvisited link */

a.mini:visited 
{
font-size:12px;
color:#ffff00;
}  /* visited link */

a.mini:hover 
{
font-size:12px;
color:#ffff00;
} /* mouse over link */

a.mini:active 
{
font-size:12px;
color:#ffff00;
}  /* selected link */