body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FEB8DC;
	font-size: 12px;
}
a:hover {  color: #4CE041; text-decoration: none}
body,td,th {
	color: #000000;
}
a:link {
	color: #CA13C7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #4CE041;
}

.three {
	background-image: url(images/boxc.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.two {
	background-image: url(images/boxb.gif);
	background-repeat: repeat-y;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}
.one {
	background-image: url(images/boxa.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.glue {
	width: 750px;
	margin: auto;
	text-align: center;
}

.style1 {font-size: 2em}
.glue .two h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mini {
	font-size: 10px;
}
