body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

table.ptable {
	font : 10px Tahoma, sans-serif;
}


.style4 {

	list-style-type: disc;

	list-style-position: outside;

	font-style: italic;

}

table.p3table {
	font : 12px Tahoma, sans-serif;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color: #F8FFE1;
}

a {
	color:#9C0;
	text-decoration:solide;
}
a:hover {
	color:#555;
	text-decoration:solid;
}

td.overzicht {

	background:#536F00;
        color:#101010;
}

h5 {
  font : 12px Tahoma, sans-serif;
}

.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px 4px 8px 4px;
	border-style: solid;
	border-color: #DDDDDD;
        border-width: 1px;
	text-align: center;
	vertical-align: middle;
        background-color:#ffffff;
      
}
.weatimages_thumb_border {/* border of thumbnail */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 6px 6px 2px 6px;
}