body
{
	font-family: Verdana, Arial, Helvitica;
	background-color: rgb(229,228,220);
	color: rgb(53,69,107);
}
a:link
{
	color: rgb(0,51,153);
}
a:active
{
	color: rgb(150,63,41);
}
a:visited
{
	color: rgb(0,51,153);
}






.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 170px;
}

.buttonmenu_1{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: rgb(198,194,159);
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#8B7286 #5A3A54 #5A3A54 #8B7286; /*light dark dark light*/
background-color: #704968;
text-decoration:none;
}


.buttonmenu li a:visited{
color: rgb(198,194,159);
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: rgb(198,194,159);
background-color: rgb(139,114,134);
}


.buttonmenu_1 li a{
color: rgb(53,69,107);
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#C6C29F #C6C29F #C6C29F #C6C29F;
background-color: #C6C29F;
text-decoration:none;
}

.buttonmenu_1 li a:visited{
color: rgb(0,51,153);
}

.visitcolornull li a:visited{
color: rgb(0,51,153);
}

h2           { font-variant:small-caps; font-size:16pt }