@charset "UTF-8";
/* CSS Document */

a:link {
	color: #190A01;
	text-decoration: none;
	font-size: 16px;
}
a:visited {
	text-decoration: none;
	color: #190A01;
	font-size: 16px;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
a:active {
	text-decoration: none;
	color: #CC6;
	font-size: 16px;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #190A01;
}
body {
	background-color: #190A01;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
#current {
	font-weight:bold;
	font-size: 16px;
	color: #FFFFFF;
}
#bug {
	font-style: italic;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
}
#bodylink {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:underline;
	font-size: 14px;
	color: darkred;
}
#buglink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#heading {
	font-size: 18px;
	font-weight: bold;
}
#subhead {
	font-size: 16px;
	font-style: italic;
}
#date1 {
	color: #FFF;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	color: #c6dd70;
}
#date2 {
	color: #FFF;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
}
.subhead1 {
	font-style: italic;
	font-size: 16px
}
.subhead2 {
	font-weight: bold;
	font-size: 14px
}
.head1 {
	font-size: 18px;
	font-weight: bold;
}
.head2 {
	font-size: 14px;
	font-weight: bold;
}
.link1 {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:underline;
	font-size: 14px;
	color: darkred;
}
.italy {
	font-style: italic;
}
.ittyly {
	font-style: italic;
	font-size: 10px;
}
.whitetext {
	color: #FFF;
}

