
/*---------------------------
gemaakt door Betty Smit
december 2004.
-----------------------------*/
html

{
	/* oplossing scrollbar probleem */
	overflow-x: hidden;
	overflow-y: auto;
	/* oplossing scrollbar probleem */
}



/*---------------------------
 headers, kleur en lettertype
-----------------------------*/
html



h2
{
color:#0000CD;
font-family:verdana;
}

hr
{
color:#0000CD;
font-family:verdana;
}

/*--------------------------
tekst en plaats 
----------------------------*/


h2
{
text-align:center;
}

p
{
text-align:justify;
width:98%;
}

table
{
text-align:justify;
width:98%;
}

/*---------------------------
lettertype, kleur en grootte
-----------------------------*/

table
{
font-family:verdana;
font-color:black;
font-size: small;
} 

p
{
font-family:verdana;
font-color:black;
font-size:small;
} 


/*-------------------------
achtergrondkleur
---------------------------*/

table
{
backgroundcolor:#FFE4C4; 
}

body
{
background-color:#FFE4C4;
}

body.blauw
{
background-color:#7299E8;
}


/*----------------------------
links
------------------------------*/

a:link/*blue*/
{
text-decoration:none;
font-family:verdana;
font-weight:normal;
color:#0000CD;
}

a:visited/*blue*/
{
text-decoration:none;
font-family:verdana;
font-weight:normal;
color:#0000CD;
}

/*----------------------------
tables
----------------------------*/

table
{
border="0"
cellpadding="8"
}  
