body{
	color: #000000;
	background-color: #FF9F1F;
	font-family: trebuchet ms, Arial, Helvetica;
}

h1{
	font-size: x-large;
	text-align: center;
}

a:link	{
	color: #000000;
	text-decoration: none;

}

a:visited	{
	color: #000000;
	text-decoration: none;

}

a:hover	{
	color: #0000CC;
	text-decoration: underline;

}

a:active	{
	color: #000000;
	text-decoration: none;

}

.button a {
	background-color: #009999;
	color: #FFFFFF;
	display: block;
	font-size: small;
	padding: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 0px;
	text-align: center;
	width: 100%;
}

.button a:link {
	color: #FFFFFF;
}

.button a:visited {
	color: #FFFFFF;
}

.button a:hover {
	background-color: #00CCCC;
	color: #FFFFFF;
}

.button a:active {
	color: #FFFFFF;
}

