body 
{
   background-image:
   url('bkgrnd.JPG')
}

h1
{
   text-align: center;
   color: white;
   font-family: "Times New Roman"
}


h2
{
   text-align: center;
   color: lightblue;
   font-family: "Times New Roman"
}


h3
{
   text-align: center;
   color: lightyellow;
   font-family: "Times New Roman";
   font-style: italic;
}

h4
{
   text-align: center;
   color: deeppink;
   font-family: "Times New Roman";
   font-style: italic;
   font-weight:bold; 
}

p 
{
   color: lightyellow;
   font-family: "Times New Roman";
}


A:link 
{
   background: #FFCC00; 
   text-decoration: none
}

A:visited 
{
   background: #FFCC00; 
   text-decoration: none
}

A:active 
{
   background: #FFCC00; 
   text-decoration: none
}

A:hover 
{
   background: #FFCC00; 
   font-weight:bold; 
   color: red;
}

NavText
{
   color: lightyellow;
   font-family: "Times New Roman";
   font-style: italic;
}

img.pic 
{ 
   border: 3px solid lightyellow ; 
}


TD
{
   font-family: "Times New Roman"; 
   font-size: 12pt; 
   color: lightyellow
}

TH
{
   font-family: "Times New Roman"; 
   font-size: 18pt; 
   color: lightyellow;
   background-color: #353324
}

copyright
{
   font-family: "Times New Roman"; 
   font-size: 10pt; 
   color: lightyellow
}





