body{
	text-align: center;
}

.titleblock{
	color:rgb(255,88,0);
	background: rgb(204,255,0);
	width: 850;
}

.title{	
	font-size:56;
	font-weight:900;
	width: 850;
}

h1{
	text-align:center;
}

.larger{
	font-size:larger;
}

.smaller{
	font-size:smaller;
}


.menu{	
	color: rgb(5,37,50);
	background:rgb(255,88,0);
	width: 850;
	font-size:20;
	font-weight:400;
}

.menu a:link{
	color:rgb(0,0,0);
	text-decoration:none;
}

.menu a:visited{
	color:rgb(0,0,0);
	text-decoration:none;
}

.menu a:hover{
	color:rgb(204,255,0);
	text-decoration:underline;
	font-weight:bold;
}

.main{
	padding:10 10 10 20;
	background:rgb(204,255,0);
	color:rgb(5,37,50);
	width: 850;
	text-align: left;
	
}

.main_frontpage{
	padding:10 10 10 20;
	background:rgb(204,255,0) url(../045.jpg) no-repeat center center;
	color:rgb(5,37,50);
	width: 850;
	text-align: left;
}


strong{
	font-weight:bold;
}
.underline{
	text-decoration:underline
}
.cursief{
	font-style:italic
}
.red{
	color:red;
}

img{
	border-style:none
}

.center{
		text-align:center;
}

