/* css bestand website Gerard Rietbergen BNO */
/* alle rechten voorbehouden */
/* laatste wijziging: 18 januari 2006 */

/* lettertypes */

h1	{
	color: white;
	font-family: arial;
	font-size: 16px;
	font-weight: bold
	}

h2	{
	color: white;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}

p	{
	color: white;
	font-family: arial;
	font-size: 11px;
	}

pi	{
	color: white;
	font-family: arial;
	font-weight: italic;
	font-size: 11px;
	}

pb	{
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	}

th	{
	color: white;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	vertical-align: top;
	}
	
td	{
	color: white;
	font-family: arial;
	font-size: 11px;
	vertical-align: top;
	}

a:link	{
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-family: arial;
	font-size: 11px;
	}

a:visited	{
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-family: arial;
	font-size: 11px;
	}

a:hover, a:active	{
	font-weight: normal;
	text-decoration: none;
	color: cyan;
	font-family: arial;
	font-size: 11px;
	}

/* opmaak pagina */


body	{
	color: #666666;
	background-color: #666666;
	width: 1100px;
	padding: 0x;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	scrollbar-arrow-color: #666666;
	scrollbar-face-color: #808080;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadowcolor: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #666666;
	}

table	{
	text-align: left;
	width: 100%;
	}
	
img	{
	border-color: white;
	border-width: 1;
	border-style: solid;
	}

/* scripts en codes */

#RandomImage {
	height: 350;
	width: 225;
	border-color: white;
	border-width: 2;
	border-style: solid;
	image:  url("images/photo1.jpg");
	border: 1px solid #999999;
	background-color: #fff;
	}
