 BODY{
	scrollbar-3dlight-color: #008000;
	scrollbar-arrow-color: #FFFF00;
	scrollbar-base-color: #008020;
	scrollbar-track-color: #008000;
	scrollbar-darkshadow-color: #008000;
	scrollbar-face-color: #006400;
	scrollbar-highlight-color: #008000;
	scrollbar-shadow-color: #008000;
	overflow-x: hidden;
	overflow-y: auto;
	background-repeat: repeat;
	background-color: #008000;
	color: #FFE500;
	background-image: url(images/Logo-Uil_Back_162.jpg);
	background-attachment: fixed;
}


td,tr,p,div {
	font-family: Arial;
	font-size: 15px;
	color: #FFE500;
	text-align: center;
	border-style: none;
}

h4 {
	color: #FFE500;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h5 {
	color: #FFE500;
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
}

h6 {
	color: #FFE500;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
	
a:active{
	font-size: 15px;
	color: #FFE500;
	text-decoration: none;
	font-family: Arial;
	outline: none;

	}
	
a:link {
	font-size: 15px;
	color: #FFE500;
	text-decoration: none;
	font-family: Arial;
	outline: none;

	}
	
a:visited {
	font-size: 15px;
	color: #FFE500;
	text-decoration: none;
	font-family: Arial;
	outline: none;

	}
	
A:hover {
	color: #FFE500;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	outline: none;
	text-decoration: underline;
}

ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside 3px;
	text-align: left;
}

.subfoto {
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	text-align: center;
}	

.justify{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
}

.mainborder{
	border: thin groove #01A501;
}

.rightway{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-align: right;
}

/* rest afkomstig van guestbook.css */

/* styles the left (nickname) part of the entries */
td.posttopleft	{	
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border: thin groove #01A501;	
	width: 20%;
	padding: 5px;
}

/* styles the right (date, time) part of the entries */
td.posttopright	{	
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border: thin groove #01A501;	
	width: auto;
	padding: 5px;
}

/* styles the left (homepage, email) part of the entries */
td.postbottomleft	{	
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border: thin groove #01A501;	
	width: 20%;
	height: auto;
	padding: 5px;
	padding-top: 10px;
}

/* styles the right (message) part of the entries */
td.postbottomright	{	
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border: thin groove #01A501;	
	width: auto;
	height: auto;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align:left;
}

td.posttop	{	
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border: thin groove #01A501;	
	height: auto;
	padding: 5px;
}

td.postbottom	{	
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 1px;
	border: thin groove #01A501;	
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}


