.buttonscontainer {width: 110px;}

.buttons a {color: #ff00000;
background-color: #ffffff;
padding: 2px;
padding-left: 3px;
display: block;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #cccccc;
color: #ffffff;
text-decoration: underline;}

a:visited	{	
	text-decoration:	none;
	font-weight:	none;
	color:	#0000FF;}	


.buttons a:active	{background-color: #ff0000;
	text-decoration:	underline;
	font-weight:	bolder;
	color:	#ffffff;}	


