@charset "utf-8";
body  {
	font-family: Arial;
	font-size: 12px;
	margin: auto;
	width: 80%;
	background-color: #FFFFE6;
}
a:link {
	color: #800000;
	text-decoration:none;
}
a:visited {
	color: #FF3300;
	text-decoration:none;
}
a:active {
	color: #800000;
	text-decoration:none;
}
a:hover {
	color: #F00;
}
h1 {
	text-align: center; 
	font-size:24px;
	color: #300;
}
h2 {
	text-align: center; 
	font-size:16px;
	color: #300;
}
h3 {
	text-align: center; 
	font-size:14px;
	color: #300;
}
h4 { 
	font-size:38px;
	color: #FFFFFF;
}
h5 { 
	font-size:14px;
	color: #FFFFFF;
}
.buttonscontainer {width: 300px;}

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

.buttons a:hover {color: #000000;
background-color: #FFFFFF;}

 
/* CSS Document */
