body { color: #FFFFFF;
	background-color: #3399CC;
	font-family: Arial;
	font-size: large;
}

dl { line-height: 150%;
}

dt { font-size: x-large;
}

.copyright { font-size: xx-small;
	font-style: italic;
}

.nav { border: 2px inset #000000;
	width: 107px;
	height: 25px;
	padding: 3px 15px;
	color: #FFFFFF;
	display: block;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
a.nav:hover {color : #33CCFF;
	border: 2px outset #cccccc;
}
.button { border: 2px inset #000000;
	width: 107px;
	height: 25px;
	padding: 3px 15px;
	color: #000000;
	display: block;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
a.button:hover {color : #33CCFF;
	border: 2px outset #cccccc;
}