html, body, div, span, object, p, blockquote, pre,
a, abbr, address, img, sub, sup, dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tr, th, td 
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: lighter;
font-style: normal;
font-size: 14px;
font-family: Arial, serif;
line-height: 140%; 
}

p {margin: 0 0 15px; color: #434343;}
.left p {text-align: justify;}
form p {margin: 0; padding: 0;}

a {text-decoration: underline; color: #CC571B;}
a:hover {text-decoration: none; color: #F29B13;}
b, strong {font-weight: bold;}

/* remember to define focus styles! */
:focus {outline: 0;}

html, body {color: #434343; height: 100%; font-size: 1em;}

ul {list-style-type: none; margin: 0 0 10px 25px;}

/* 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;}
.bo {border: 1px solid red;}
