@charset "utf-8";/* CSS Document */
body {
	background-color:#B30000;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:medium;
	text-align:center;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
a:link {
	color:#000099;
}
a:visited {
	color:#800080
}
a:active {
	color:#0000FF;
}
h1 {
	font-size:x-large;
}
table {
	background-color:#FD5B60;
	text-align:center;
}
.cellhead {
	font-size:larger;
	font-weight: bold;
}
.speclink {
	color:#B90000;
}
.cells {
	text-align:left;
}
.minor {
	font-size:smaller;
}