body {
	background-color: white;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.sidebuttonsblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.sidebuttons a:link {
	color: #FFFFFF;
	text-decoration: none;
}					 

.sidebuttons a:visited {
	color: #FFFFFF;
	text-decoration: none;
}					 

