 html, body, div, span, object, p, blockquote, pre,
a, abbr, address, img, sub, sup, dl, dt, dd, ol, ul, li,
label, legend,
table, caption, tr, th, td 
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: lighter;
font-style: normal;
font-size: 11px;
font-family: Tahoma, Verdana, sans-serif;
vertical-align: top;
line-height: 140%; 
}

p {margin: 5px 0;}
.left p {text-align: justify;}

a {color: #000; text-decoration: underline;}
a:hover {text-decoration: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

html, body {color: #434343; }
body {background: url(../img/bg.gif);}

ul {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* global styles */
.fleft {float: left;}
.fright {float: right;}
.abs {position: absolute;}
.opa {opacity: 0; filter:alpha(opacity=0);}
.bo {border: 1px solid red;}
.clr {clear: both;}

