body  {
	font-family : Arial, Helvetica, sans-serif;
  margin: 0px;
}
a:link  {
	color : #009900;
	text-decoration : none;
}
a:visited  {
	color : #009933;
	text-decoration : none;
}
a:hover  {
	color : #00cc00;
	text-decoration : none;
}
a:active  {
	color : #009900;
	text-decoration : none;
}
fieldset.art {
        background-color:#ffffff;
        font-size:12px;
        font-family:Arial;
        padding:5px;
        }

fieldset.cup {
        background-color:#e8e8ff;
        font-size:12px;
        font-family:Arial;
        padding:5px;
        }

legend {
        font-size:16px;
        font-family:Verdana;
        color:#33cc33;
        }
table.tot {
        border: 1px solid #33cc33;
        }
table.marg {
        border-left:1px solid #33cc33; 
        border-right:1px solid #33cc33; 
        }