body {
background-color:#F99080;
}

.DVBLUE2{
 	background-color: #ffffcc;
	color: #000000;
	border: 5px solid #b5b5b5;
	font-size: 16px;
	line-height: 120%;
	font-family: Georgia, "Times Roman", Times, serif;
	text-align: justify;
	padding: 6px 6px 6px 6px;
	font-weight: bolder;
	width:700px;
	min-width:640px;
	
	}
h1 {
	font-size: 1.75em;
	font-weight: normal;
	font-size; caption-side:left;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 24px 0;
	padding: 6px 0 6px 30px;
}
.yellow{color:#FFFFcc;}
.blue {
	font-weight: bold;
	color: #0033ff;
}
.Red {
	font-weight: bold;
	color: #ff0000;
}
.pinkLINE {
	font-weight: bold;
	color: #F99080;
}
.imgLeft { 
float: left;
margin-right: 10px;
}
.imgRight {
float: right;
margin-left: 10px;
}