/****************************************************************/
/*   Style Sheet voor de website van F. van de Velde            */
/*                                                              */ 
/****************************************************************/
/*   Algemene definitie                                         */
/****************************************************************/
/*                                                              */
body       {
           color: #000000; 
           margin-left: 10px; 
           background-color: #fcfee9;
           font-size: 12px;
           font-weight: normal;
           font-family: verdana, helvetica, arial, sans-serif;
           }


p.grey     {
           text-align: center;           
           color: #c0c0c0; 
           font-size: 10px;
           font-weight: normal;
           font-family: arial, helvetica, sans-serif;
           }

p.menu     {
           text-align: center;
           font-size: 10px;
           font-weight: normal;
           font-family: verdana, arial, helvetica, sans-serif;
           }

.opm     {
           text-align: left;
           font-size: 12px;
           margin-left: 30px; 
           font-style: italic; 
           font-weight: normal;
           font-family: verdana, arial, helvetica, sans-serif;
           }

.mnutop   {
           color: blue;
           text-align: center;
           font-weight: bold;
           font-size: 14px;
           font-family: comic sans ms, verdana, arial, helvetica, sans-serif;
           }


.update    {
           color: #006600;
           font-size: 6px;
           font-family: verdana, sans-serif;
           }

/*                                                              */
/****************************************************************/
/*   Heading instellingen                                       */
/****************************************************************/
/*                                                              */
H1         {
           color: #002299;
           font-size: 20px; 
           font-family: Lucida Handwriting, verdana, helvetica, sans-serif;
           }

H2         {
           font-size: 18px; 
           color: #009900;
           font-weight: normal;
           font-family: Lucida Handwriting, verdana, helvetica, arial, sans-serif;
           }

H3         {
           color: #009900;
           font-size: 14px; 
           font-family: verdana, helvetica, arial, sans-serif;
           }

/*                                                              */
/****************************************************************/
/*   Tabel definities                                           */
/****************************************************************/
/*                                                              */

TABLE.std  { BORDER-width: 0; }

table.index { border-width: 1; 
              text-align: left;
             }            
  
TD         {
           font-size: 12px;
           font-family: verdana, helvetica, arial, sans-serif;
           }

.b      { font-family: verdana; font-size: 8pt; font-weight: bold; }
td.p      { font-family: verdana; font-size: 8pt; }
td.p2      { font-size: 8pt; font-family: verdana; margin-left: 40px; }
td.p3      { font-size: 6.5pt; font-family: verdana; text-align: center; }
td.p45     { width: 45%; vertical-align: top; }
td.bron    { font-size: 8pt; font-style:italic; font-family: verdana; }

.bes     { color: darkred; }
.cam1    { color: darkblue; }
.cam2    { color: darkgreen; }

.vel1    { color: darkred; }
.vel2    { color: darkblue; }
.vel3    { color: darkgreen; }
.vel4    { color: #cc6600; }
.vel5    { color: purple; }



/*                                                              */
/****************************************************************/
/*   Link definities                                            */
/****************************************************************/
/*                                                              */
A          { 
           text-decoration: none; 
           color: #0000FF;
           }

A:link     { 
           text-decoration: none; 
           color: #0000FF; 
           }

A:active   { 
           text-decoration: none; 
           color: #0000FF; 
           }
 
A:visited  { 
           text-decoration: none; 
           color: #000088; 
           }

A:hover    {
           color: #FF0000; 
           text-decoration: underline; 
           }
A.help     { 
           cursor:help;
           }


