
body  {  
background-color: #fff;
background-image: url(images/bg.jpg); 
margin: 0px; 
}


body, td { 
font-family: georgia; 
font-size: 14px; 
color: #800040; 
}

.nav {
background-color: #800040;
background-image: url(images/navborder.jpg);
background-repeat: repeat-y;
background-position: top center;
width: 210px;
height: 1000px;
}

.main {  
padding: 20px;
}

a:link     { color: #990033; font-weight: bold; text-decoration: underline; }
a:visited  { color: #660033; font-weight: bold; text-decoration: underline; }
a:active   { color: #990033; font-weight: bold; text-decoration: underline; }
a:hover    { color: #ce0000; font-weight: bold; text-decoration: underline; }

.white { color: #ffffff;}
.white a:link     { color: #f0d999; font-weight: bold; text-decoration: underline; }
.white a:visited  { color: #f0d999; font-weight: bold; text-decoration: underline; }
.white a:active   { color: #f0d999; font-weight: bold; text-decoration: underline; }
.white a:hover    { color: #f4b70e; font-weight: bold; text-decoration: underline; }


.first { font-family: monotype corsiva; font-size: 24px; }

h1 { font-size: 14; font-weight: normal; } 

h2 { font-size: 24; font-weight: normal; } 
		
.head1 { font-size: 20; font-weight: normal; color: #fed47a; letter-spacing: .1em; }

.head2 { font-size: 16; color: #f0d999;  font-weight: bold;}

.head3 {  }

.head4 { font-size: 14; font-weight: bold; }

.sub1 {  font-family: arial;  font-size: 10; font-weight: bold;  }

.sub2 {  font-family: arial;  font-size: 11; font-weight: bold; line-height: 12px;  }





