body
{
    background-color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 12px; 
    color: #303030;
    
}
/*ie5 is fucking up otherwise*/
table, tr, td, form, input, select
{
    font-family: Arial, Verdana;
    /*font-size: 12px;*/
}
a {
color: #808080;
background: transparent;
font-weight: bold;
/*text-decoration: underline;*/
}
A:hover
{
color: #808080;
background: transparent;
font-weight: bold;
text-decoration: none;
}
A:visited
{
color: #808080;
background: transparent;
font-weight: bold;

}

img {
border: 0;
}
form{
padding:0;
margin:0;
}
p
{
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}
/*
H4
{
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
H3
{
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}
H2
{
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}
H1
{
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
}
*/


