.buttonscontainer
{
	width: 100px;
}

.buttons a 
{
	color: #993333;
	background-color: #cccccc;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border: 1px solid #993333;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover
{
	background-color: #993333;
	color: #cccccc;
	text-decoration: none;
}

p,table,li,h1,h2,h3
{
	font-family: arial, 'sans serif'; 
}

h1,h2,h3
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1 {font-size: 130%}
h2 {font-size: 120%}
h3 {font-size: 115%}
p {font-size: 100%}

.note
{
	color: #993333;
	background-color: #cccccc;
	padding: 2px;
	padding-left: 3px;
	display: block;
	font: 13px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}
