body {
	font-family: verdana, helvetica, arial, sans-serif;
	background: #d9ffff;
}

a { 
	text-decoration: none
} 

.red {
	color: red;
}

.smaller {
	font-size: small;
}

.larger {
	font-size: large;
}

.border {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

.noborder {
	border-style: none;
}

.title {
	font-size: x-large;
}

.hptlink {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	text-align: center;
}

.hptlinkff {
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: #000000;
	text-align: center;
}

