body{
	margin-left: 5%;
	margin-right: 5%;
	background-color: #44c;
	color: #fff;
	line-height:1.10;
}


H1{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
    
H2{
	font-size: 130%;
	font-weight: normal;
	border: medium solid yellow;
	background-color: #668;
	padding: 5px;
}

H3{
	font-size: 110%;
	font-weight: bold;
}

P{
	text-indent: 1em;
}

div.top{
	text-indent: 0mm;
	background-image: url(figs/title.png);
	margin: 1px;
	padding: 2px;
}

td.titles{
	border-style: ridge;
	border-width: medium;
	margin: 1px;
	padding: 2px;
}

li.news{
	list-style-image: url("figs/dot_r.png");
}

a:link { color: #8FF;
		text-decoration: underline;
}

a:visited { color: #5AE;
		text-decoration: underline;
}

a:active { color: #F00;
}

HR{
	clear: both;
}

#left_body{
	width: 49%;
	border: 1%;
	float: left;
}

#right_body{
	width: 49%;
	border: 1%;
	float: right;
}

#clear_body{
	clear: both;
}

