
/* Standard styles */
#newscontent em {
  font-style: italic;
}

#newscontent strong {
	font-weight: bold;
}

/* Indent uses this */
#newscontent blockquote {
	margin-left: 20px;
}

/* Align text properly */
#newscontent *[align="center"] {
  text-align: center;
}

#newscontent *[align="left"] {
  text-align: left;
}

#newscontent *[align="right"] {
  text-align: right;
}

/* float images */
#newscontent img[align="left"] {
	float: left;
}

#newscontent img[align="right"] {
	float: right;
}
#newscontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #556877;
	text-decoration: none;
	text-align: justify;
	padding: 2px 0 0 0;
}

#newscontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #1e6995;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 2px 0 0 0;
}

#newscontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #556877;
	text-decoration: none;
	padding: 2px 0 0 0;
}

#newscontent h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #1e6995;
	text-decoration: none;
	padding: 2px 0 0 0;
}

#newscontent li {
  	color: #1e6995;
  	margin-left: 20px;
  	list-style-type: disc;
	padding: 2px 0 0 0;
}

#newscontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1e6995;
	text-decoration: underline;
	text-align: justify;
	padding: 2px;
}

#newscontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: white;
	text-decoration: none;
	text-align: justify;
	background-color: #1e6995;
	padding: 2px;
}