.link:link
{
	color:#784838; 
        font-weight:bold;
        font-size:16;
	text-decoration:none
}
.link:visited 
{
	color:#784838; 
        font-weight:bold;
        font-size:16;
	text-decoration:none
}
.link:hover 
{
	CURSOR: hand;
    	color:#784838;
        font-size:16;
        font-weight:bold;
	text-decoration:none
}
.menu:link
{
        color:#784838; 
        font-weight:bold;
        font-size:16;
        text-decoration:none
}
.menu:visited 
{
        color:#784838; 
        font-weight:bold;
        font-size:16;
        text-decoration:none
}
.menu:hover 
{
        CURSOR: hand;
        color:#f5efdf;
        font-size:16;
        font-weight:bold;
        text-decoration:none;
        background-color: #784838
}
.link2:link
{
        color:maroon; 
        font-weight:normal;
        font-size:12;
        text-decoration:none
}
.link2:visited 
{
        color:maroon; 
        font-weight:normal;
        font-size:12;
        text-decoration:none
}
.link2:hover 
{
        CURSOR: hand;
        color:maroon;
        font-size:12;
        font-weight:bold;
        text-decoration:none
}
