@charset "utf-8";
html, body{
margin: 0px;
width: 100%;
height: 100%;
}

#paginahouder{
width: 100%;
height: 100%;
}

#pagina{
width: 963px;
margin: 0px auto;
}

.clr{
clear: both;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style1{
font-size: 12px;
color:#FFFFFF;
font-weight: bold
}

.style6{
	color: #FFC933;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFC933;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.style3{
color: #ffffff;
font-size: 10px;
}