body {
	font-family: Tahoma, Arial;
	font-size: 13px;
	background-color: #CCCCFF;
	color: #808080;
	font-weight: bold;

}
h1 {
	font-family: "Bradley Hand ITC";
	font-size: 36px;
	text-decoration: underline;
	text-align: center;

}


h2 {
	font-family: "Bradley Hand ITC";
	font-size: 28px;
}
h3 {
	font-family: "Bradley Hand ITC";
	font-size: 24px;
}

.header {
	text-align: center;


}

a {
	color: #FF2222;

}
a:hover {
	color: #FF5555;
	
}
a:visited {
	color: #882288;
	
}
a:visited:hover {
	color: #AA55AA;
	
}

.updates {
	float: left;
	width: 180px;
	padding-top: 16px;

}
.content {
	margin-left: 200px;
	float: none;
	clear: none;





}
.additions {
	float: right;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 8px;
	width: 180px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #9999FF;
	border-left: 1px solid #9999FF;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 16px;
	padding-right: 8px;
	color: #555555;
	font-size: 12px;
	background-color: #9999FF;
	text-align: center;

}
.linktable {
	font-weight: bold;
	font-size: 13px;

}

.linktable td {
	font-size: 13px;
	font-weight: bold;
	text-align: center;


}
h4 {
	font-size: 18px;
	text-decoration: underline;
}
.thin {
	font-weight: normal;
}
h5 {
	font-size: 24px;
	text-align: center;
	font-weight: normal;


}

