body { background-color: black;
       color: black;
       font-family: sans, Verdana;
     }

table {  width: 100%;
      }

td.cell_header { border-style: solid;
                 border-width: thin;
	         text-align: center;
	         font-size: 40px;
                 background-color: black;
                 color: yellow;
               }

td.cell_button { border-style: solid;
                 border-width: thin;
	         text-align: center;
                 background-color: black;         
                 color: yellow;
                 width: 16%;
               }

td.cell_image { border-style: solid;
                border-width: thin;
	        text-align: center;
                width: 235px;
              }

td.cell1 { border-style: solid;
           border-width: thin;
	   text-align: justify;
         }

td.cell_left { text-align: justify;
               width: 235px;
             }

td.cell3 { padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
           border-style: solid;
           border-width: thin;
	   text-align: justify;
	   background-image: url('fonsweb25.jpg');
	   color: black;
font-weight: bold
         }

td.cell_right { text-align: justify;
                width: 235px;
              }

td.cell_last { border-style: solid;
               border-width: thin;
	       text-align: right;
               background-color: black;         
               color: yellow;
               font-size: 12px;
             }

a:link {color: blue; text-decoration: none;} /* an unvisited link */
a:visited {color: blue; text-decoration: none;} /* a visited link */
a:hover {color: blue; font-weight: bold; text-decoration: none;} /* a link with the mouse hovering over it */

.cell_button a:link {color: yellow; text-decoration: none;} /* an unvisited link */
.cell_button a:visited {color: yellow; text-decoration: none;} /* a visited link */
.cell_button a:hover {color: yellow; font-weight: bold; text-decoration: none;} /* a link with the mouse hovering over it */

