/**********************************************************************
BASIC HTML ELEMENTS
**********************************************************************/

body {
font-family: verdana, tahoma, arial, sans-serif;
color: #ffffff;
background-color: #444444;
margin: 0;
padding: 0;
height: 100%
}
.image{
border-width: 2px;
}
table{
border-bottom: medium solid #336699;

}

a:link {
color: #336699;
text-decoration: none;
}

a:visited {
color: #336699;   
text-decoration: none;
}
/*a:hover {
color: #336699;
text-decoration: underline;
border: 0;
}*/


div.block { border-top: solid #336699 }



