/* SET BASE FONT ATTRUBUTES */

html, body
{
color: #000;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, 
textarea, fieldset, pre, form
{margin: 0;  padding: 0; border: none;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #00f;}
a:hover {color: #33f;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none; text-decoration: none;}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;} 

#page {
margin-top: 20px;
}
td {
border: 0;
margin: 0;
padding: 0;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: normal;
text-align: center;
}
tr {
border: 0;
margin: 0;
padding: 0;
}
tbody {
border: 0;
margin: 0;
padding: 0;
}
img {
border: 0;
margin: 0;
padding: 0;
}
.title {
margin:20px auto 0px auto;
text-align:center;
font-family:sans-serif;
font-size:30px;
color:#000;
}
