/* Defaults */
body {
text-align: center;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 80%;
color: #000;
background-color: #333333;
padding: 0;
}

#content {
position:center;
top: 0px;
width: 840px;
height: 800px;
background: #ffffff;
}

.cell {
color:#333333;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 75%;
text-align:left;
line-height:1.3em;
}

.footer {
color:#000000;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 75%;
line-height:1.3em;
}

/* Links */
a:link {
color: #666666;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}
a:visited {
color: #666666;
background : inherit; 
text-decoration : none; 
}
a:hover {
color: #000000;
text-decoration : underline; 
}
a:active {
color: #999999;
background : inherit; 
text-decoration : none; 
}



/* Header */

.header {
font-weight:bold;
}


