body{
	background-color: #ffffcc;
    }

/* debug
div{
	border: thin black solid;
   }
*/
/* This controls the title at the top of the page. */
.title{
	text-align: center;
	padding-top: 6px;
	font-family: times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 26pt;
	color: blue;
	border-bottom: thin solid;
      }

/* This controls the link box and links on the left side of the page. */
div.link{
	text-align: left;
	width: 70px;
	top: 20px;
	position: relative;
	background-color: #ffff99;
	line-height: 20pt;
	font-family: arial, "sans serif";
	font-variant: small-caps;
	font-size: 10pt;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: groove;
	float: left;
        }

/* Fixes the stupid formatting hopefully. */
div.textwrapper{
	top: 20px;
	position: relative;
	margin-left: 15%;
	       }

/* This controls the date and section postings */
div.date, .banner{
	text-align: center;
	width: 85%;
	font-type: "sans serif";
	font-style: italic;
	background-color: #dddddd;
	font-size: 16pt;
	}

/* This controls the subcategory postings, like "Games" in the video section. */	
.banner2{
	text-align: center;
	width: 85%;
	font-type: "sans serif";
	font-style: italic;
	background-color: #ffff99;
	font-size: 16pt;
	}

/* This controls the content. */
div.text
{
	text-align: left;
	font-size: 12pt;
	font-type: "sans serif";
	width: 85%;
	line-height: 16pt;
	text-indent: 3%;
}
p{
	text-indent: 3%;
 }