/*******************************************************/
/**                   HQF-sub.CSS                     **/
/*******************************************************/

/**** BASE ****/
body    { background-image: url('pictures/backgroundGreen.jpg');
		  background-repeat: repeat;
     	  scrollbar-face-color: #004000; 
          scrollbar-highlight-color: #FFFFE1; 
          scrollbar-shadow-color: Green; 
          scrollbar-3dlight-color: Black; 
          scrollbar-darkshadow-color: Black; 
          scrollbar-track-color: #FFFFE1; 
          scrollbar-arrow-color: #FFFFE1;
          font-family: Times;
          font-size: 15px;
          font-style: normal;
          font-weight: normal; 
                    }

/**** TEKST EFFECTEN ****/
a:link		    { font-family : Times; font-weight : bold; font-style : normal; color : #61971C; text-decoration : none; font-size: 15px;}
a:visited	    { font-family : Times; font-weight : bold; font-style : normal; color : #61971C; text-decoration : none; font-size: 15px;}
a:active	    { font-family : Times; font-weight : bold; font-style : normal; color : #436814; text-decoration : none; font-size: 15px;}
a:hover       { font-family : Times; font-weight : bold; font-style : normal; color : #436814; text-decoration : none; font-size: 15px;}

/**** HYPERLINK ROLLOVER ****/

A.tditem      { font-family : Times; color : #61971C; text-decoration : none;}


