<!--
body
{
	font-family: Verdana, Arial, Helvetica;
	color: #000066;
	background-image: url('background.jpg');
	background-attachment: fixed
}
h1, h2, h3, h4
{
	color: #003366
}
h1
{
	font-size: 200%
}
h2
{
	font-size: 160%
}
h3
{
	font-size: 120%
}
h4
{
	font-size: 100%
}
h5
{
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 0
}
h6
{
	font-size: 60%;
	font-weight: normal;
	margin-bottom: 0
}
p
{
	text-align: justify
}
#upp
{
	position: relative;
	top: -4px;
	left: 0px;
	font-size: 80%
}
#ner
{
	position: relative;
	top: +2px;
	left: 0px;
	font-size: 80%
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #0000FF;
}
a[href]:hover
{
	background: #FFd700;
}
.line_top
{
	border-color: #8585AD;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}
.line_top_bottom
{
	border-color: #8585AD;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}
-->