body{
	background: rgb(3,33,93);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(205,205,205);
	margin: 0;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	color: rgb(3,33,93);
}

p {
	text-indent: 20px;
	font-size: 16px;
	text-align: justify;
	font-weight: bold;
	margin: 20px;
}

h2{
	text-align: center;
	padding-top: 30px;
}

img{
	text-align: center;
	border: 0;
}

.menu{
	width: 70%;
	height: 25px;
	overflow: normal;
	margin: 0;
	padding: 0;
}

.menuitem{
	width: 130px;
	height: 20px;
	text-align: center;
	padding: 3px;
	margin: 2px;
	font: normal 18px Arial;
	border: 1px white solid;
	background: rgb(53,63,93);
}

.menuitemakt{
	width: 130px;
	height: 20px;
	text-align: center;
	padding: 3px;
	margin: 2px;
	font: normal 18px Arial;
	border: 1px white solid;
	background: rgb(185,0,0);
}

.page
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

.header{
	border: 0;
	width: 70%;
	height: 80px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.lside{
	background: url(lside.jpg) right repeat;
	width: 15%;
}

.lside img{
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

.rside{
	background: url(rside.jpg) left repeat;
	width: 15%;
}

.centerside{
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0;
	margin-top: 5%;
}

.centerside p{
	margin: 10px;
	text-indent: 15px;
	color: White;
	font-size: 14px;
	text-decoration: none;
}

.centerside p a{
	text-decoration: underline;
}

.centerside p a:hover{
	color: rgb(185,0,0);
	text-decoration: underline;
}

.centerside li{
	margin: 3px 0 0 0;
	list-style: disc;
	color: White;
	font-size: 14px;
	list-style-position: inside;
	text-indent: 50px;
	text-align: left;
}
.centerside .lista{
	margin: 0 0 20px 0;
}

