body {
	font-family: Jester, "Times New Roman", serif;
	font-size: medium;
	color: black;
	background-color: #ccffff;
	text-align: center;
	width: 800px;
	margin: auto;
	padding-top: 20px;
	}
h1 {
	font-family: "Bradley Hand ITC", "Comic Sans MS", sans-serif;
	font-weight: 900;
	text-align: center;
	color: #990000;
	background-color: #0099FF;
	padding: 5px;
	width: 5in;
	border: medium double #990000;
	margin: auto;
	}
p {
	border: medium double #0099FF;
	text-align: left;
	text-indent: 30px;
	padding: 1%;
	}
p:first-letter {
	font-size: 150%;
	}
.images {
	background-color: #006666;
	border-style: none;
	color: inherit;
	text-align: center;
	}
h2 {
	font-family: "Bradley Hand ITC", "Comic Sans MS", sans-serif;
	background-color: #0099FF;
	text-align: center;
	border-style: double;
	border-color: #990000;
	color: #990000;
	width: 50%;
	margin: auto;
	}
li {
	border-style: none;
	list-style-type: disc;
	text-align: left;
	list-style-position: inside;
	}
.list {
	background-color: #006666;
	color: inherit;
	border-style: none;
	}
div {
	text-align: center;
	border: medium solid #990000;
	width: 772px;
	padding: 10px;
	background-color: #006666;
	color: #ccffff;
	margin: auto;
	float: left;
	}
span {
	font-family: "Bradley Hand ITC", "Comic Sans MS", sans-serif;
	font-size: x-large;
	}
a:link {
	background-color: inherit;
	color: #00ff99;
	}
a:visited {
	background-color: inherit;
	color: #00ff99;
	}
a:hover {
	text-decoration: line-through;
	background-color: inherit;
	color: white;
	}
a:active {
	background-color: inherit;
	color: #00ccff;
	}
div.newsleft {
	border-top: none;
	float: left;
	border-right: thin solid #660033;
	width: 49%;
	padding: 0%;
	}
div.newsleft h1 {
	width: 90%;
	text-align: center;
	background-color: inherit;
	color: #660033;
	}
div.newsleft h2 {
	width: 60%;
	text-align: center;
	background-color: inherit;
	color: #660033;
	}
div.newsleft p {
	width: 90%;
	border: none;
	}
div.newsright {
	border-top: none;
	float: right;
	border-left: thin solid #660033;
	width: 49%;
	padding: 0;
	}
div.newsright h1 {
	width: 90%;
	text-align: center;
	background-color: inherit;
	color: #660033;
	}
div.newsright h2 {
	width: 60%;
	text-align: center;
	background-color: inherit;
	color: #660033;
	}
div.newsright p {
	width: 90%;
	border: none;
	}
div#footer {
	border-top: none;
	}
#by {
	background-color: #006666;
	color: #000000;
	border: none;
	text-align: center;
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	clear: both;
	}