A 			{ color: #990000; font-family: arial; text-decoration: none; font-weight:bold; } 
A:link		{ color: #990000; text-decoration: none; } 
A:visited	{ color: #990000; text-decoration: none; } 
A:active	{ color: #990000;  } 
A:hover		{ color: #335556;  text-decoration: underline;} 

#navBar a {font-weight:normal;}

#content_blog {
	float: left;
	border-right:1px dotted #999;
	margin-right:5px;
	width: 550px;
	margin-top: 15px;
}
#menu {padding:0px 0px 0px 0px;}

#blogText {
	padding-left: 15px;
	padding-right: 10px;
	line-height:17px;
}

#banner {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: white;
	background-color: #0000cc;
	padding: 5px;
}
.title {
	font-family: arial; 
	/*font-size: 12px; */
	margin-left: 10px;
	font-weight: bold;
}

.body, /*td,*/ input, select {
	font-family: arial; 
	font-size: .85em; 
	color: #000000; 
	margin-left: 10px;
}

.byline {
	text-align:right;
	font-family: arial; 
	font-size: 11px; 
	color: #000000; 
	margin-top: 10px;
	margin-left: 12px;
}

.menuTitle {
	font-family: arial; 
	font-size: .7em;
	background-color: #E6E6E6 ;
	border-bottom:solid 1px #999;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 3px;
}

.header, .header a {
	font-family: arial; 
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.calendar_table, .calendar_table a {
	font-family: arial; 
	font-size: 10px;
	\\text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendar_today {
	background-color: yellow;
}

.menuBody {
	font-family: arial; 
	font-size: 10px;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.menuBody a {
	font-family: arial; 
	font-size: 10px;
}

.date {
	font-family: arial; 
	font-size: 11px; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
}

.rightMenu {
	border:1px solid #999;
}

.code {
	font-family: courier;
	font-size: 11px;
	border: solid thin #0000cc;
	background-color: #ffffcc;
}