* { padding:0;margin:0; }

body{
  font-family: Arial, helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  color: #000000;
  background:#fff;
}

table
{
 border-collapse:collapse;
}

form { 
 padding:0;margin:0; 
}

label { 
 cursor:pointer;
}

fieldset
{
 font-size:9pt;
 border:1px solid #000000;
 margin:10px;
 padding:10px;
}

fieldset p
{
 font-size:100%;
 margin:4px;
 padding:4px;
}

legend
{
 font-size:12pt;
 font-weight:bold;
}

legend img { float:left; }

/* active */
a:link, a:visited, a:active {
 color:#f00;
 text-decoration:none;
 font-weight:bold;
}

a:hover {
 color:#f60;
 text-decoration:none;
 font-weight:bold;
} 
  
a img { border:0; }  
