html, body
{
  height: 100%;
  margin: 0px;
}

a.simple:link {
	color: #000000;
	text-decoration: none;
}
a.simple:visited {
	color: #000000;
	text-decoration: none;
}
a.simple:hover {
	color: #333333;
	text-decoration: underline;
}
a.simple:active {
	color: #000000;
	text-decoration: none;
}

a.simpleEdit:link {
	color: #000066;
	text-decoration: none;
}
a.simpleEdit:visited {
	color: #000066;
	text-decoration: none;
}
a.simpleEdit:hover {
	color: #FFFF00;
	text-decoration: none;
}
a.simpleEdit:active {
	color: #000066;
	text-decoration: none;
}

a.simpleReadMore:link {
	color: #666666;
	text-decoration: none;
}
a.simpleReadMore:visited {
	color: #666666;
	text-decoration: none;
}
a.simpleReadMore:hover {
	color: #333333;
	text-decoration: underline;
}
a.simpleReadMore:active {
	color: #666666;
	text-decoration: none;
}

td.sideTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

td.sideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

td.editHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

td.editTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

td.editText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td.editPrompt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

td.editMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

td.editError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

td.featTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

td.featAuthor {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

td.featDate {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

td.featBlurb {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

td.featReadMore {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}

td.featBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}	

td.recentTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

td.recentBeat {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}

td.recentBlurb {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}

td.recentDate {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}

td.vidText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
td.vidDate {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}

td.weatherXL {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}
td.weatherXXL {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight:bold;
}
td.weatherL {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight:bold;
}
td.weatherM {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
td.weatherS {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}
td.weatherNum {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 12px;
	font-weight:bold;
}
td.weatherNumXLH {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 32px;
	font-weight:bold;
}
td.weatherNumXLL {
	font-family: Arial, Helvetica, sans-serif;
	color:#0000CC;
	font-size: 32px;
	font-weight:bold;
}

#tipLine #tipText {
	width: 235px;
	font-size: 10px;
}