

A {
    color: #000; 
    text-decoration: none; 
   }
   A:visited {
    color: #000; 
   } 
   A:hover {
    color: #800000; 
    text-decoration: underline; 
   }


#outer {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	}


#outer {;
	
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;
	line-height:1.4;
}


#header #logo {
	height: 52px;
	width: 443px;
	float:left;
	border-right: solid 1px #e7e7e7;
}


#header #logo a {
	display: block;
	height: 52px;
	width: 443px;
	background-attachment: scroll;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.pagetitle {
	font-size:27px;
	font-weight:normal; color:#666; 
	padding:15px 10px;
	
}


.article {
	width:213px;
	background-color:#FFF;
	padding:7px;
	overflow:hidden;	
	margin-top:-1px;
	float:left;
}


.li_container .article:hover {
	background-color:#fbffd2;
}



.article h1 {
	font-size:21px;
	line-height:1.2;
	margin-bottom:15px;
	margin-top: 5px;
	font-weight:normal;
}

.article h2 {
	font-size:18px;
	line-height:1.2;
	margin-bottom:15px;
	margin-top: 5px;
	font-weight:normal;
}


.article h2 A:hover {
    color: #800000; 
    text-decoration: underline; 
   }

.article .postmetadata {
	font-size:10px;
	color:#929292;
	margin-top: 15px;
}






