/* VINNIE WEB style sheet. */


/* Style for all bodies. */
body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
	background-color: #008000;
	background-image: url("afb/vinnieback.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: white;
}

/* Style for mop table cells op hoofdpagina. */
.moptd {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt; 
	color: white;
}


/*Style voor standaard div*/
.standiv {
	height: 250px;
	width:170px;
	overflow: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D6E2FC;
	background-color: #486B8E;
	text-align: center;
	border: 1px solid #000066;
	padding: 0.1cm;
	margin: 0cm 0cm 0cm 0cm;
}

/* Style voor dagboek datum*/
.dgbdatum {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #041435;
}	

/* Style for the Title */
.ptitel {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #fff1b9;
}	


/* Style for the links */
a:link {
	text-decoration: underline;
	color: #FFFFCC;
}

a:visited {
	text-decoration: underline;
	color: #FFFFCC;
}

a:active {
	text-decoration: underline;
	color: pink;
}

a:hover {
	text-decoration: underline;
	color: #FF8E36;
	font-weight: normal;
}

/* Style for moppen */
.tkleureen {
	color: white;
}	

.tkleurtwee {
	color: #FF8E36;
}	

.tkleurdrie {
	color: #FF99FF;
}	

.tdatnam {
	color: #C0C0C0;
	font-size: x-small;
}

/* Style for hpquiz */
.pdatum {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #C0C0C0;
}	