body, p
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-bottom: 0;
	}


.menucolumn 
	{
	width: 15%;
	float: left;
	height: 100%;
	max-height: 100%;
	background-color: #2b53d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

.mainpage 
	{
	width: 60%;  
	float: left; 
	font-size: small;
	color: #000000;
	line-height: 150%;
	padding-left: 18px;
	}

.rightcolumn 
	{
	width: 206px;
	float: right;
	height: 100%;
	max-height: 100%;
	background-color: #2b53d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

.titleline
	{
	margin-top: 1em;
	padding-bottom: 1em;
	font-size: xx-large;
	text-align: center;
	color: #0066FF;
	}

.footer
	{
	font-size: xx-small;
	text-align: center;
	margin-top: 5em;
	}

.heading
	{
	font-size: large;
	text-align: center;
	}
	
.subheading
	{
	font-size: small;
	font-weight: bold;
	text-align: center;
	}
	
.newspaper
	{
	font-family:"Courier New", Courier, mono;
	font-size: small;
	color: black;
	text-align:justify;
	margin-left:10em;
	margin-right:10em;
	}
	
/* a:link
	{
	color: #006666;
	text-decoration: underline;
	}

a:visited
	{
	color: #006666;
	}

a:hover
	{
	text-decoration: none;
	background-color: #CCCCCC;
	} */

