div.feed_exp {
	font-family:tahoma,arial,helvetica,sans-serif;
}
<html>
<head>
<style type="text/css">
p.one 
{
border-style:solid;
border-width:5px;
}
</style>
</head>

<body>
<p class="one">About Us</p>
</body>

<head>
<style type="text/css">
p {border: red solid thin}

p.solid {outline-style:solid}
p.italic {font-style:italic}
</style>
</head>
<body>


div.feed_exp h3.feed_title{
	border-bottom:2px solid threedlightshadow;
	font-size:250%;
	margin:0 0 0.2em;
	}

div.feed_exp h4.feed_description{
	color:#0066CC;
	font-size:250%;
	font-weight:bold;
	margin:0 0 0.6em;
	}

div.feed_exp div.feed_item div.title a{
	color:##0066CC;
	font-size:250%;
	font-weight:bold;
	}

div.feed_exp div.feed_item div.title a h4{
	margin:20px 0 0px 0;
	padding:0;
	text-decoration:underline;
	}

div.feed_exp div.feed_item div.title div.pubDate{
	margin:0px 0 20px 0;
	padding:0;

	}
	
div.feed_exp div.feed_item a{
	color:##0066CC;
	}