@charset "utf-8";
/* CSS Document */
body {
	background-color:#ffffcc;
	color:#330033;
	font-family:Trebuchet MS;
	font-size:medium;
	text-align:center;
}
a:link {
	color:#000099;
}
a:visited {
	color:#800080;
}
a:active {
	color:#0000FF;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	text-decoration:underline;
}
.cellhead {
	font-size:larger;
	font-weight: bold;
}
.speclink {
	color:#B90000;
}
.cells {
	text-align:left;
}
.minor {
	font-size:smaller;
}
