body{
	font-family:Berlin Sans FB, Arial, sans-serif;
	color: #FFFFFF;
/****	line-height: 1.166;	*************/
	margin: 0px;
	margin-left: 5px;
	margin-top: 0px;
	padding: 0px;
	background-color: #29388C;
/****	background: #FFFFFF url("bg.jpg");***/
/****   background-repeat: no-repeat;********/
/****   background-attachment: scroll;*******/
}

.div_body {
 width:600px;
/* height:500px;*/
 padding:5px;
 margin-left:5px;
 margin-top:10px;
 }






.footer {
	font-family:Berlin Sans FB, Arial, sans-serif;
	font-size: x-small;
	text-align:center;
	}

.title {
	font-family:Berlin Sans FB, Arial, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: x-large;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFFF00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
