body {
      background-color:#FBC240;
      font-family:Verdana;
      font-size:12pt;
      scrollbar-base-color:#ffa500;
      scrollbar-3dlight-color:#008000;
      scrollbar-arrow-color:#ffff00;
      scrollbar-track-color:#ffff80;
     }

h1 {
    font-family:Verdana;
    font-size:16pt;
    text-align:center;
    font-weight:bold;
    color:#009900;
    }

td.register {
	     text-align:center;
	     font-weight:bold;
	    }

td.register2 {
	      color:#fbc240;
	      text-align:center;
	      background-color:#b51942;
	     }

td.register3 {
	      color:#fbc240;
	      text-align:center;
	      background-color:#ffa500;
	     }

img {
     border-style:none;
    }

ul {
    list-style-type:disc;
   }

a:link {
	text-decoration:none;	
	color:#000000;
       }

a:visited {
	   text-decoration:none;
	   color:#000000;
          }

a:hover {
	 text-decoration:none;
	 color:#009900;
	 font-weight:bold;	 
        }

a.buttons:link {
		color:#FBC240;
    		padding:0px 3px 0px 20px;
    		background: url("images/linkbg.gif") 0 -18px no-repeat;
	       }

a.buttons:visited {
		   color:#FBC240;
       		   padding:0px 3px 0px 16px;
      		   background: url("images/linkbg.gif") 0 -18 no-repeat;
		  }

a.buttons:hover {
		font-weight:bold;
		color:#FFFF00;
    		background-position: 0 3;
		}    

a.buttons2:link {
		 color:#FBC240;
    		}

a.buttons2:visited {
		    color:#FBC240;
		   }

a.buttons2:hover {
		  font-weight:bold;
		  color:#FFFF00;
    		 }
    
		
