@charset "utf-8";
/* CSS Document */
body {
	background-color:#ccccff;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:medium;
	text-align:center;
}
a:link {
	color:#000099;
}
a:visited {
	color:#660000
}
a:active {
	color:#ff0000;
}
h1 {
	font-size:x-large;
}
td {
	font-size:medium;
	text-align:center;
}
.cellhead {
	font-size:larger;
	font-weight: bold;
}
.speclink {
	color:#B90000;
}
.cells {
	text-align:left;
}
.minor {
	font-size:smaller;
}