body {
	background-color: rgb(30,5,5);
	color: rgb(200,200,200);
	font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
	font-weight: bold;
}
a:link {
	color: rgb(108,159,255);
}

a:visited {
    color: rgb(85,126,159);
}
a:hover {
    color: white;
}
li {
	list-style-type: square;
    color: rgb(230,220,200);
}

h1 {
  text-shadow: 2px 2px 2px #777;
  font-size: 28pt;
  margin-bottom: 5px;
}

h2 {
	color: rgb(120,15,255);
  background-color: rgb(60,10,10);
  text-shadow: 2px 2px 2px rgb(90,0,210);
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
	margin: 0em 0em 1em 0em;
  padding-top: .3em;
	border-bottom: 2px solid rgb(75,12,12);
}

h3 {
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
	margin: 0em;
}

h4 { /* For the little tables of dates and stuff, also category scoring titles. */
	background-color: rgb(80,15,15);
	border: 2px dashed rgb(85,16,16);
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	margin: 1em 0em 0.5em 0em;
	padding: .2em;
    padding-left: 1 em;
}

h5 {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	margin: 0em 0em 1em 0em;
}

div.navbar {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 1em;
}

div.box {
	margin: 1px 2% 6px 2%;
	padding: 12px;
	background-color: rgb(50,8,8);
	border-width: 1;
	border-color: rgb(75,12,12);
	border-style: solid;
}

div.outbox {
	margin: 3px 2% 12px 2%;
	padding: 5px;
	border-width: 10;
	background-color: #224;
	border-color: #779;
	border-style: outset;
}

div.inbox {
	margin: 3px 2% 12px 2%;
	padding: 5px;
	border-width: 10;
	background-color: #224;
	border-color: #779;
	border-style: inset;
}

div.doztopic {
    color: #EEE;
    font-size: 24pt;
    text-align: center;
}

div.scoreimages {
	text-align: center;
	margin-bottom: 1em;
}
.note {
	border-width: 10;
	background-color: #224;
	border-color: #779;
	border-style: outset;
}
.whitey, .whitey TD, .whitey TH {
	font-family:arial;
	font-size:8pt;
	color:white;
	background-color:#0000DD;
}

