@import url("rainbow_menus.css");

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: Arial, Helvetica, sans-serif;  */
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 1em;
	margin-bottom: 1em; 
        background-color: #330066;
}
p {
  margin-bottom: 0 }
p + p {
  text-indent: 3em;
  margin-top: 0 }

body, p, A:link, A:visited, A:active, table, tr, td, li, ul, ol {
	color: #330066;
	font-size: 16px;
        line-height: 22px;

}

A:active {
       font-size: 22px;
        line-height: 22px;

}

  #leftnav { 
	color: #330066;
	font-size: 15px;
        line-height: 20px;
    	width: 150px; /* 120 */
    	position: relative;
    	left: 15px;
     	z-index: 100;	/* To ensure the menu pops up above other content */
  }
  
  
  .navlink { 
    padding: 3px 10px 2px;
    display: block;
  }
  
  a.navlink { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330066;
	font-size: 16px;
        line-height: 22px;
    	text-decoration: none;
  }
    
  a.navlink:hover { 
    border-right-width: 2px;
    border-right-color: rgb(204, 0, 0);
    color: rgb(102, 0, 0);
    font-weight: bold;
  }
  


#footer {
        font-size: 12px;
        line-height: 14px;
	color: #000099;
	text-align: center;
}

#footer A {
        font-size: 12px;
        line-height: 14px;
	color: #000099;
}


#link {
	font: bold 16px/20px bold;
}

#link A {
	font: normal 16px/20px sans-serif;
        color: #000099;
        text-align: left;
	text-decoration: none;
}
#link H3  {
	font-size: 24px;
        line-height: 30px;
}
#link IMG {
	margin: 0px;
}


H3 A:link, H3 A:visited, H3 A:active {
	font-size: 24px;
        line-height: 30px;
}
H1, H2, H3 {
	/* text-align: center; */
        color: #330066";
}

H1 {  
	font: bold 40px/45px bold ;
	}
H2 {  
	font: bold 35px/40px bold;
	}
H3 {  
	font-size: 24px;
        line-height: 30px;
	}

IMG {
	margin: 10px;
}

UL {
	list-style: disk;
}
	
