body, table{
margin-top: 10px;
font-family: arial;
font-size: 11px;
text-align: justify;
}

a.nav:link{
text-decoration: none;
color: #f9f9f9;
}

a.nav:visited{
text-decoration: none;
color: #f9f9f9;
}

a.nav:hover{
text-decoration: none;
color: #1d1d1d;
}

a.nav:active{
text-decoration: none;
color: #1d1d1d;
}

body.main{
background-color: #c2c2c2;
}

iframe{
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-color: #f9f9f9;
}

h1{
font-size: 14px;
}

a:link {
background-color: transparent;
text-decoration: underline;
color: #1d1d1d;
}

a:visited {
text-decoration: underline;
color: #1d1d1d;
}

a:hover {
text-decoration: underline;
color: #959595;
}

a:active {
text-decoration: underline;
color: #959595;
}

hr {
border: 0;
color: #000000;
background-color: #000000;
height: 1px;
width: 100%;
}


