body { }

p { font: 12pc; font:san-serif; }

pred { color: red; font: san-serif; text-align: center; font: bold large; }

pblue { color: blue; font: san-serif; text-align: center; font: bold large; }

td { }

#nav a:link, #nav a:visited {
	display: block;
	color: black;
	border: outset;
	border-width: 6px;  height: 45px;
	list-style-type: none;
}

#nav a:active {
	display: block;
	border: inset;
	border-width: 6px;   height: 45px;
	border-color: #000000;
	text-align: center;
	list-style-type: none;
}

.redButton {
	margin-top: 0px; margin-left: 0px; margin-right: 0px; 
	width: 118px; height: 55px;
	font: san-serif; font-size: 18px; font: bold;
	text-align: center; 
	background-color: red; list-style-type: none;
}

.blueButton {
	margin-top: 0px; margin-left: 0px; margin-right: 0px; 
	width: 118px; height: 55px; color: white;
	font: san-serif; font-size: 18px; font: bold;
	text-align: center; background-color: blue; list-style-type: none;
}
