/* 
 * ***********************************************************************
 * File common/svbp_style.css - StyleSheet for Simon van Boxtel web site 
 * JvN 2010-01-12
 * .light { color: #e0eef7; background-color: inherit;} 
 * .teal { color: #408aaf; background-color: inherit;}
 * .red { color: #db0202; background-color: inherit;}
 * ***********************************************************************
 */


html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #E0EEF7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#fallback {
	margin-left: auto;
	margin-right: auto;
	width: 800px;   
}

.nocss {
	visibility: hidden;
}  

img {
	border: 0px;
}

h2 {
	color: #408aaf;
	background-color: inherit;
	font-size: 20px;
}

a  {
	color: #408aaf;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #db0202;
	background-color: inherit;
	text-decoration: underline;
}

#footer {
	margin-top: 20px;
	color: #666;
	background-color: inherit;
	font-style: italic;
	font-size: 11px;
}

#footer p {
	margin: 2px;
}

#footer a  {
	color: #111;
	background-color: inherit;
}

#footer a:hover {
	color: #db0202;
	background-color: inherit;
}

