html,body {
        width: 100%; 
        height: 100%; 
        margin: 0; 
        padding: 0; 

      }
html {
       
      }

body { 
	font-family:Arial; 
	font-weight:normal;
	font-size:small; 
	font-color:black;
}

.standardtext {
}



table.maintable{
	width:100%;
}


td.maintable_banner{
	display:none;
}
td.maintable_logo{
	display:none;
}
td.maintable_menu{
		text-align:left;
	vertical-align:top;
	padding:5px;
	background-color:white;
	color:white;
	display:none;
	}
col.maintable_menu{
	width:100%;
}
td.maintable_contentarea{
	width:100%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	height:500px;
	overlap:scroll;
	color:black;

}
td.entryheader_date{
	border:1px solid ;
	width:30%;
}
td.entryheader_title{
	border:1px solid ;
	width:50%;
}
td.entryheader_category{
	border:1px solid ;
	width:20%;
}


div.entry {
	border:3px solid ;
	align:center;
	margin-bottom:10px;
}





a.menu:link		{ text-decoration:none; font-weight:normal;}
a.menu:visited 	{ text-decoration:none; font-weight:normal;}
a.menu:hover 	{ text-decoration:none; font-weight:normal;}
a.menu:active 	{ text-decoration:none; font-weight:normal;}
a.menu{	margin:0;}






 a:link { text-decoration:underline; font-family:'Arial'; font-weight:bold; }
 a:visited { text-decoration:underline;font-family:'Arial';  font-weight:bold;  }
 a:hover { text-decoration:underline; font-family:'Arial'; font-weight:bolder;font-style:italic ; }
 a:active { text-decoration:underline;font-family:'Arial';  font-weight:bold;  }
 a:focus { text-decoration:underline; font-family:'Arial'; font-weight:bold; background-color:black; }
 
 p{ text-decoration:none;  margin:0 }
 h1 { text-decoration:none;  font-weight:bold; ;font-size:medium; }
 h2 { text-decoration:none;  font-weight:bolder; ;font-size:x-large; }
 h3 { text-decoration:none;  font-weight:bold; ;font-size:xx-large; }

