
/*---------------------------
gemaakt door Ronald van Gorsel
mei 2006.
-----------------------------*/

/*---------------------------
 headers, kleur en lettertype
-----------------------------*/
html

h1
{
color:#E00000;
font-family:verdana;
}

h2
{
color:#E00000;
font-family:verdana;
}



/*--------------------------
tekst en plaats 
----------------------------*/

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: x-small;
} 


p
{
font-family:verdana;
font-color:black;
font-size:x-small;
} 

ul
{
font-family:verdana;
font-color:black;
font-size:x-small;
} 

/*-------------------------
achtergrondkleur
---------------------------*/

table
{
backgroundcolor:#ffff00; 
}

body
{
background-color:#ffff00;
}


/*----------------------------
links
------------------------------*/

a:link/*navy*/
{
text-decoration:none;
font-family:verdana;
font-weight:bold;
color:#000080;
}

a:visited/*darkgreen*/
{
text-decoration:none;
font-family:verdana;
font-weight:bold;
color:#B22222;
}

a:active/*firebrick*/
{
text-decoration:none;
font-family:verdana;
font-weight:bold;
color:#006400;
}

a:hover/*mediumblue*/
{
text-decoration:none;
font-family:verdana;
font-weight:bold;
color:#0000CD;
}


/*----------------------------
tables
----------------------------*/

table
{
border="0"
cellpadding="8"
}  






