@charset "utf-8";
/* CSS Document */
body {
	background-color:#999999;
	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:#990000
}
a:active {
	color:#3333ff;
}
h1 {
	font-size:x-large;
	text-align:center;
	text-decoration:underline
}
table {
	background-color:#C0C0C0;
	text-align:center;
	width: 100%;
}
h2 {
	text-decoration:underline
	text-align:center;
	font-size:large
}	
td {
	font-size:medium;
	text-align:center;
}
th {
	font-weight:bold;
}
.cellhead {
	font-size:larger;
	font-weight: bold;
}
.speclink {
	color:#B90000;
}
.list {
	text-align:left;
}
.minor {
	font-size: x-small;
}