/*News Feed text rules */


body {
width: 180px;
height: 800px;
background-color: #ddefd9;
margin: auto;
padding: 0;
}


a{
		color: #000000;
		text-decoration: underline;
}

a:hover{
		color: #000000;
		text-decoration: underline;
}

h1 {
		padding: 0px;
		margin: 8 8 10 0px;
		color: #000000;
		font-size: 16px;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		text-decoration: none;
		word-spacing: Normal;
		text-align: left;
		letter-spacing: 0;
		text-indent: 0px;
		line-height: 18px;
}

h2 {
		margin: 8 8 10 0px;
		color: #000000;
		font-size: 13px;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		text-decoration: none;
		word-spacing: Normal;
		text-align: left;
		letter-spacing: 0;
		text-indent: 0px;
		line-height: 14px;
}

h3 {
		margin: 0px;
		color: #000000;
		font-size: 10px;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		text-decoration: bold;
		word-spacing: Normal;
		text-align: left;
		letter-spacing: 0;
		text-indent: 0px;
		line-height: 11px;
}

p {
		padding-right: 10px;
		padding-left: 0px;
		color: #000000;
		font-size: 12px;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		text-decoration: none;
		word-spacing: Normal;
		text-align: left;
		letter-spacing: 0;
		text-indent: 0px;
		line-height: 13px;
}

p1 {
		padding-right: 0px;
		padding-left: 0px;
		margin: 0px;
		color: #000000;
		font-size: 11px;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		text-decoration: none;
		word-spacing: Normal;
		text-align: left;
		letter-spacing: 0;
		text-indent: 0px;
		line-height: 13px;
}

p2 {
		padding-right: 10px;
		color: #000000;
		font-size: 10px;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		text-decoration: none;
		word-spacing: Normal;
		text-align: left;
		letter-spacing: 0;
		text-indent: 0px;
		line-height: 13px;
}
