body {
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	background-image:url(img/rback.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
.mnu {
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 0px 10px 0px 10px;
	background-color: #3399FF;
	cursor:hand;
	height:28px;
}
.here {
	color: #3399FF;
	background-color: white;
	border-top:1px solid #3399FF;
	border-bottom:1px solid white;
}
.mnumain {
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 0px 5px 0px;
	background-color: #3399FF;
	cursor:hand;
}
p 	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding; 0px;
	margin: 0px 0px 10px 0px; 
	color: black;
	}
.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding; 0px; 
	margin: 3px 0px 5px 0px; 
	color: black;
	}
.date 	{background-color: #3399FF;
	color:white;
	font-weight:bold;
	text-align:center;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	}
a	{color: #333333;
	text-decoration:none;
	font-style: italic;
	font-weight:normal;
	}
a:hover	{color: #3399FF;
	}
.date a	{color: white;
	text-decoration:none;
	font-style: normal;
	font-weight:bold;
	}
.date a:hover	{color: black;
	}
.content a{color: #3399FF;
	text-decoration:none;
	font-style: italic;
	font-weight:normal;
	}
.content a:hover{color: #0066cc;
	}
