html, body {
font-size: 100%;
margin: 0;
padding: 0;
color: #000;
font-family: century gothic, verdana, sans-serif;
background: url(cornerbg.png) no-repeat #fff;
}

a {text-decoration: none;}
a:link, a:visited {color: #1f21b2;}
a:hover, a:active {color: #5d68ff;}

.clear {font-size:1px; text-indent:-9999px; height:1px; clear:both; overflow:hidden; }