
#dvnewsarticle {
	width: 500px;
	min-height: 60px;
	text-align: justify;
	padding: 5px;
	margin-bottom:10px;
	margin-left:205px;
}

#dvnewsarticle img{
	padding-right: 5px;
}

#dvnewsarticle a{
	color: #CC0000;
	font-size: large;
	text-decoration: none;
	font-weight:bold;
}

#dvnewsarticle a:hover{
	text-decoration: underline;
}

#dvnewsarticle p{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}



#dvnewsarticleselected {
	width: 500px;
	-moz-border-radius: 10px;
	min-height: 60px;
	text-align: justify;
	padding: 5px;
	margin-left:205px;
	margin-bottom:10px;
	border: medium solid #666666;
	background-color: #DDDDDD;
}

#dvnewsarticleselected img{
	padding-right: 5px;
}

#dvnewsarticleselected p{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

#dvnewsarticleselected h2{
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight:bold;
}


