
/* Scherm layout */

body         {  background:             #e0e0e0;
                color:                  #000000;
                text-align:             justify;
             }
.new	     {	background:		#f0f0f0;
	     }
.mark        {  background:             #FFE0E0;
                color:                  #FF0000;
             }

.literal     {  background:             #FFFFFF;
                color:                  #000000;
             }

.description {  text-decoration:        bold;
                color:                  #000000;
             }

/* Link layout */
a:link       {  color:                  #CC0040;        }
a:visited    {  color:                  #CC0040;        }
a:active     {  color:                  #000000;        }
a:hover      {  color:                  #0000FF;        }

/* Pagina name */
h1           {  color:                  #4040E0;        }

/* Sub pagina names */
h2           {  color:                  #4040E0;        }

/* Sub pagina names */
h3           {  color:                  #4040E0;
		text-decoration:	underline;
		clear:			both;
	     }

h4	     {	clear:			left;		}


img          {  border:                 solid #000000 0px;
                padding:                3px 3px 3px 3px;
             }


#plaatje     {	float:			left;
		padding:		5 px;
	     }


/* Header table */
header.a:link    {	text-decoration:	none;	}
header.a:visited {	text-decoration:	none;	}
header.a:active  {	text-decoration:	none;	}
header.a:hover   {	text-decoration:	none;	}

/* Table header */
th           {  background:		#D0D0D0;        }

/* Kleuren */
.parm1	     {	background:		#F0C0C0;	}
.parm2	     {	background:		#C0F0C0;	}
.parm3	     {	background:		#C0C0F0;	}

img.float_left	{
		float:			left;	
		clear:			left;		}



