body{
	margin: 0px;
	background-color: #003366;
	font: 100% Arial;
}

#tab0{
	width: 100%;
	border: 0px;
}

#tab1{
	width: 800px;
}

.pdst{
	font-size: 12px;
	color: black;
	text-align: left;
	line-height: 150%;
	margin-left: 25px;
	margin-right: 25px;
}

.lista{
	font-size: 12px;
	color: black;
	text-align: left;
	line-height: 150%;
	margin-left: 200px;
	margin-right: 200px;
	list-style-type: circle;
}

.nag{
	margin-left: 25px;
}

a:link.ml, a:visited.ml{
	text-decoration: none;
	font-weight: bold;
	color: navy;
	margin-left: 50px;
	margin-right: 50px;
}

a:hover.ml{
	text-decoration: none;
	color: red;
	margin-left: 50px;
	margin-right: 50px;
}

input.kop{
	background: blue;
	color: white;
	font-size: 10px;
	font-weight: bold;
}

a:link.adr, a:visited.adr{
	font: 80%;
	text-decoration: none;
	color: orange;
	margin-left: 5px;
	margin-right: 5px;
	width: 100px;
}

a:hover.adr{
	font: 80%;
	text-decoration: none;
	color: white;
	margin-left: 5px;
	margin-right: 5px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-style: solid;
	width: 100px;
	border-color: yellow;
}

a:link.web, a:visited.web{
	text-decoration: none;
	font-size: 10px;
	color: silver;
}

a:hover.web{
	text-decoration: underline;
	font-size: 10px;
	color: navy;
}

h1
{font-family: georgia;text-align: center; color: #f4f4f4;margin:20px 0;padding:0;}

h1 a
{color: #f4f4f4; text-decoration: none;}