/* ------------------------------------------------------
   style.css voor stationsweg
------------------------------------------------------ */

BODY  {
	font-size : small;
	font-family : sans-serif;
	color : Black;
         background-image: none;
	background-color : #c0c0c0;
 SCROLLBAR-FACE-COLOR: #c0c0c0;//bewegende balk
 SCROLLBAR-HIGHLIGHT-COLOR: #c0c0c0;
 SCROLLBAR-BASE-COLOR: #c0c0c0;//
/*  grijs #FFFACD */     
}

td {
      font-family : "trebuchet ms"; //
	font-size: 12px;
	font-style : normal;
      font-weight : normal;
	color : black;
           background-image: none;
      background-color : #c0c0c0;
/* ------------------------------------------------------
// grijs#FFFACD;//
------------------------------------------------------ */
  
}

CAPTION  {
/* ------------------------------------------------------
// Koptekst
------------------------------------------------------ */
    font-family : "trebuchet ms";
    font-style : normal;
    font-size: 14px;
    font-weight : bold;
    color : white;
    background-color : green;
/*#006699; // dblue; */
}

tr {
/* ------------------------------------------------------
// Koptekst
------------------------------------------------------ */
    font-family : "trebuchet ms";
    font-style : normal;
    font-size: 14px;
    font-weight : bold;
    color : white;
    background-color : green;
/*#006699; // dblue; */
}
P  {    
	font-family : trebuchet ms;
	font-size: 12px;
	font-style : normal;
      font-weight : normal;
	color : black;
      background-color : #ccffcc;/* lichtgroen */

}

H1  {
	font-family : sans-serif;
	font-size : large;
	font-weight : bold;
	color : green;
      font-style : italic;
}
hr  {
     color : green;//
}

small  {
	font-size : xx-small;
	font-family : sans-serif;
	color : green;
}

A  {
	color : #A82813;
	text-decoration : none;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	text-decoration : underline;
}


