HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/TWijnstra/wijnstra.com/dvd/css/prijsvraag.css
/* --------- DEFAULT Prijsvraag CSS ---------- */
/*
default TAGS
*/
BODY {
	margin: 2px 2px 2px 2px;
	background-color: #FFFFFF;
/*	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-face-color: #FFF8CA;
	scrollbar-arrow-color: #990000;
	scrollbar-darkshadow-color : #990000;
	scrollbar-shadow-color : #E8841A;*/
}

BODY, P, TD, DIV, OL, UL, LI, INPUT, TEXTAREA, SELECT, OPTION {
	color: #000000;
}

BODY, P, TD, TH, OL, UL, LI, INPUT, TEXTAREA, SELECT, OPTION {
	font: 11px/13px Verdana, Helvetica, Geneva, "Trebuchet MS", Arial, sans-serif;
}

A:LINK, A:VISITED, A:ACTIVE {
	color: #000099;
	text-decoration: underline;
}

A:HOVER {
	color: #990000;
	text-decoration: none;
}

P {
	line-height: 1.4em;
}

TABLE {
}

TD {
}

TR {
}

TH {
}

I {
	font-style: italic;
}

B, STRONG {
	font-weight: bold;
	font-size: 13px;
}

/*
**************************************************************
Class defintions main
**************************************************************
*/
.clsTitle {
	margin : 10px;
	font-family : Arial;
	font-size : 20px;
	font-weight: bold;
}

.clsExtraTxt {
	font-size : 8px;	
}

.clsTbl {
	width : 200px;
	background-color: #FFFFCC;
	border: 1px solid #990000;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}

.clsTbl TD {
	line-height: 1.4em;
}