html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

font {font-size: 11px;}

img
{
border: none;
}

html
{
float: left;
width: 100%;
}

body
{
font: small/150% Verdana;
text-align: center; height: 100%;
}




ul, ol
{
list-style: none;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

.floatLeft
{
float: left;
}

.floatRight
{
float: right;
}

.clear {
  clear: both;
}

.hand
{
cursor: pointer;
}
.bold
{
font-weight: bold;
}
.hidden
{
display: none;
}
