body
{
	font-family: 'Arial';
	background-color: #ffffcc;
	margin: 10px;
	padding: 0px;
}
h1
{
	font-size: large;
	margin-bottom: 0px;
	font-family: 'Arial' , 'Comic Sans MS';
}
H2
{
	font-weight: normal;
	font-size: medium;
	font-family: 'Arial' , 'Comic Sans MS';
	margin-bottom: 0px;
	margin-top: 0px;
}
H3
{
	border-top: green 1px solid;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: small;
	font-weight: bold;
	font-family: 'Arial' , 'Comic Sans MS';
}
h4
{
	font-size:medium;
	font-weight: normal;
	font-family: 'Arial' , 'Comic Sans MS';
	margin-bottom: 0px;
}
hr
{
	color: green;
	height: 1px;
	padding-left: 0px;
	padding-right: 0px;
}
p
{
	font-size: x-small;
}
A
{
	color: Blue;
	font-size: x-small;
	text-decoration: none;
}
A:hover
{
	color: navy;
	text-decoration: underline;
}
.links
{
	margin-right:0px;
}
.links A
{
	font-size: x-small;
	color: blue;
	font-family: 'Arial';
	text-decoration: none;
}
.links A:hover
{
	color: navy;
	text-decoration: underline;
}
.box
{
	margin-top: 2px;
	margin-bottom: 10px;
	border-right: green 1px solid;
	padding-right: 10px;
	border-top: green 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: green 1px solid;
	padding-top: 10px;
	border-bottom: green 1px solid;
	background-color: #ccff99;
}
.box h2
{
	margin-top:0px;
}
.box p
{
	margin-bottom:0px;
}
.boxBorder
{
	border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
	border-bottom: green 1px solid;
	padding: 5px;
}
.sideBar
{
	padding-top: 10px;
}
.content
{
	WIDTH: 99%;
	border-left: green 1px solid;
	padding-top: 10px;
	PADDING-LEFT: 10px;
}
.content h2
{
	margin-bottom: 0px;
}
.content li
{
	font-size: x-small;
}
.content td
{
	font-size: x-small;
}
.content dt
{
	font-size: x-small;
	margin-top: 5px;
}
.content dd p
{
	margin-top: 5px;
}
.previewImage
{
	cursor: hand;
}
.voteCount
{
	font-weight: bold;
	font-size: xx-small;
	font-family: Arial;
}
.commentHead
{
	font-size: x-small;
	font-family: Arial;
	font-weight: bold;
	background-color: #ccff99;
}
.commentHead td
{
	padding-left: 5px;
	padding-right: 5px;
}
.CommentText
{
	font-size: x-small;
	font-family: Arial;
}
.weather
{
	border-right: green 1px solid;
	border-top: green 1px solid;
	background-color: #ccff99;
	margin-bottom: 10px;
	border-left: green 1px solid;
	border-bottom: green 1px solid;
}
.weatherLabel
{
	text-align: right;
}
.weatherData
{
	text-align: left;
	font-weight: bold;
}
.footNote
{
	margin-top:10px;
	font-size: x-small;
	width:640px;
	text-align:justify;
}
#cntdwn
{
	margin-top: 10px;
	font-size:x-small;
}