
.nav a:link { color: blue; font-weight: bold; font-style: italic; text-decoration: none   }
.nav a:visited { color: blue; font-weight: bold; font-style: italic; text-decoration: none   }
.nav a:hover { color: red; font-weight: bold; font-style: italic; }
.inside a:link { color: blue; text-decoration: none }
.inside a:visited { color: blue; text-decoration: none }
.inside a:hover { color: red; text-decoration: none }
.index_header { color: white; font-size: 16px; font-family: arial; font-weight: bold; text-decoration: none; }
.body_header { color: #000; font-size: 18px; font-family: arial; font-weight: bold; text-decoration: none; }
.body_body { color: #000; font-size: 18px; font-family: arial; font-weight: normal; text-decoration: none; }
.bckg1 { background-color: black; }

