/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  

* { padding: 0; margin: 0; }
*/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin-left:0px;
 margin-top:0px;
}

.wlink       { COLOR: #FB9900; text-decoration: none; font-size: 10pt; font-family:
              Verdana }
.wlink:hover { COLOR: #EEEEEE; font-size: 10pt; text-decoration: none }
.wlink:visited { COLOR: #FB9900; font-size: 10pt; text-decoration: none}
.wlink:visited:hover { COLOR:#EEEEEE; font-size: 10pt; text-decoration: none }