.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: red;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: white;
background-color: #C90505;
text-decoration:  none;
}




A  {	
text-decoration : none;
color:  red;
}

A:Visited  {}

A:Active  {
}

A:Hover  {
		 text-decoration : underline;
		 }
		 

H1  {
font-size:  18pt;
font-family:  bookman old style, arial;
font-style: italic;
color:  #C90505;
}