body {
	font-family: "Verdana,sans-serif";
	background-color: #eeeeee;
	margin: 0;
}

.main{
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-indent: 6px;
	color: #ffffff;
	text-decoration: none;
	}

.log{
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-indent: 6px;
	color: #ff9900;
	text-decoration: none;
	}

/* MENU STYLE */
.menutabel {
	background-color:#CC3300;
	}
.menu {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-indent: 6px;
	color: #000000;
	text-decoration: none;
	display:block;
	border-width:0px;
	}
a.menu{
	color:#000000;
	text-decoration:none;
	padding-top: 6px;
	padding-bottom: 6px;
	}
a.menu:hover{
	background-color:#ff9900;
	border-color:#aaaaaa;
	color:#000000;
	text-decoration:none;	
	}

/* WEBLOG MENU STYLE */
.categorietabel {
	background-color:#ff9900;
	}
.categorie {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-indent: 6px;
	color: #000000;
	text-decoration: none;
	display:block;
	border-width:0px;
	}
a.categorie{
	color:#000000;
	text-decoration:none;	
	}
a.categorie:hover{
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;	
	}

.itemtabel {
	background-color:#ffcc66;
	}
.item {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-indent: 30px;
	color: #000000;
	text-decoration: none;
	display:block;
	border-width:0px;
	}
a.item{
	color:#000000;
	text-decoration:none;
	}
a.item:hover{
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;	
	}
.item_selected{
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-indent: 30px;
	color: #000000;
	text-decoration: none;
	display:block;
	border-width:0px;
	}

/* TEXT STYLE */
.kop {
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}
.subkop {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}
.txt {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}

<!-- FORM -->
textarea{
	font-family: "Verdana,sans-serif";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	overflow:hidden;
}
input{
	font-family: "Verdana,sans-serif";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
select{
	font-family: "Verdana,sans-serif";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.formbutton{
	font-family: "Verdana,sans-serif";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
