/* Stylesheet.css */

/* Body text and page background */
body{
    font-family: 'Comic Sans MS', Sans-Serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #4e90ad;
	}
	
div.table{
	position:absolute;
	left: 50%;
	margin-left: -504px;
	top:-10px;
	width:1008px;
	height:1200px;
}

div.blog{
	position:absolute;
	top:388px;
	padding-top:0px;
	width:757px;
	height:604px;
	overflow: auto;
}

div.links{
	width:200px;
	height:600px;
	top:auto;
}

h2 {font-family: 'Comic Sans MS', Sans-Serif;
	font-size:38px;
	color: #0FF;
}

h3 {font-family: 'Comic Sans MS', Sans-Serif;
	font-size:24px;
	color: #FFFFFF;
}

h4 {font-family: 'Comic Sans MS', Sans-Serif;
	font-size:20px;
	color:#030;
}









div.background{
	position:relative;
	top:0px;
	left:auto;
	}	


div.pagetable{
	position:relative;
	left:auto;
	top:-20px;
}

div.hidden{
	overflow:hidden;
	height:830px;
	width:666px;
	text-align:left;
}





img {border:0px;}
	




a:link {
	color:#ffffff;
	text-decoration:none;
	
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:active {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#999;
	text-decoration:none;
}

