body {
background-color : black;
margin : 0px;
font-family : Arial, Helvetica, sans-serif;
font-size : small;
color : black;
table-layout : inherit;
} 

a:link {
font-family : Verdana, Geneva;
font-size : 100%;
font-weight : normal;
text-decoration : none;
color  : black;
} 

a:visited {
font-family : Verdana, Geneva;
font-size : 100%;
font-weight : normal;
text-decoration : none;
color : black;
} 

a:hover {
font-family : Verdana, Geneva;
font-size : 110%;
font-weight : normal;
text-decoration : underline;
color : green;
} 

h1 {
font-family : Copperplate Gothic Light, Geneva;
font-style : bold;
letter-spacing : 0px;
color : #990;
font-weight : bold;
font-size : 150%;

}

h2 {
    font-family: Tahoma, Geneva, sans-serif;
font-style : normaL;
letter-spacing : 1px;
color : #000;
font-weight : NORMAL;
font-size : 60%;
text-align: center;
}

h3 {
font-family : Copperplate Gothic Light, Geneva;
font-style : bold;
letter-spacing : 0px;
color : #990;
font-weight : normal;
font-size : 85%;
}

h4 {
font-family : arial, Geneva;
font-style : normal;
letter-spacing : 2px;
color : #000;
font-weight : normal;
font-size : 75%;
}

h5 {
font-family : Verdana, Geneva;
font-style : normal;
letter-spacing : 0px;
color : #3366FF;
font-weight : normal;
font-size : 70%;
}

h6 {
font-family : ARIAL, Geneva;
font-style : NORMAL;
letter-spacing : 0px;
color : #999;
font-weight : NORMAL;
font-size : 80%; 
text-align:left

}

p {
text-indent : 30px;
color : #303030;
font-size : small;
}

.navlink a:link {
font-family: Verdana, Geneva;
font-size : 80%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 0px;
margin: 0px;
border : 0px outset gray;
display: block; 
width: 100%;
}

.navlink a:visited {
font-family: Verdana, Geneva;
font-size : 80%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 1px outset gray;
display: block; 
width: 100%;
}

.navlink a:hover {
font-family: Verdana, Geneva;
font-size : 80%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 1px inset black;
display: block;
background-color : #FFFFFF; width: 100%;
}

.border-div {
border : 1px dashed #000000;
margin : 0px;
padding : 0px;
}