body { 

	font: 8px georgia;

	color:white;

	background: #121212; 

	text-align: center;

	margin: 10px; 

	}

a:link { 

	font-weight: bold; 

	text-decoration: none; 

	color: #ffffff;

	}

a:visited { 

	font-weight: bold; 

	text-decoration: none; 

	color: #ffffff;

	}











.buttonscontainer {width: 200px;}



.buttons a {color: #oooooo;

background-color: #oooooo;

padding: 2px;

padding-left: 20px;

display: block;

font: 10px georgia;

font-weight: bold;

text-decoration: none;

text-align: left;}



.buttons a:hover {background-color: #oooooo;

color: #red;

font: 10px georgia;

font-weight: bold;

text-decoration: underline;}



