body {
	background-image:url('graphics/background.gif');
	background-color:#dca322;
	color:#FFFFFF;
	font-family:"Arial";
	margin:0;
}

a {
	color:#921e65;
	text-decoration:underline;
	font-weight:bold;
	outline:0;
}

a:hover {
	color:#df7db9;
}

a.mainlinks {
	color:#c10077;
	font-size:22px;
	padding:19px;
	padding-bottom:12px;
	padding-top:7px;
	position:relative;
	top:-11px;
	height:45px;
	text-decoration:none;
}

a.mainlinks:hover {
	background-image:url('graphics/buttonbghover.gif');
}

.mainlinksdeadbg{
	background-color:#fff;
	height:45px;
	padding-bottom:3px;
	padding-top:18px;
	display: inline;
}

a.mainlinksdead {
	color:#eabfd2;
	font-size:22px;
	position:relative;
	top:-11px;
	padding:0;
	margin:0;
	border:0;
	text-decoration:none;
}

.boxaround {
	background-color:#ffdeed;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	padding:15px;
}

.title {
	font-size:25pt;
	text-align:center;
	font-weight:bold;
}

.important {
	color:#921e65;
	font-size:35pt;
}

.minitext {
	font-size:8pt;
}

a.textualbutton {
	color:#921e65;
	font-size:25pt;
	text-align:center;
	font-weight:bold;
	padding:10px;
	background-image:url('graphics/buttonbg.gif');
	border: 4px solid #ffdeed;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	text-decoration:none;
}

a.textualbutton:hover {
	background-image:url('graphics/buttonbghover.gif');
}
