body { font-family: "bookman old style";
	   background-image: url("graphics/nabkgnd.jpg");
	   background-repeat: repeat;
	 }
	 
	 	 
A:link	{ color: navy;
		}
		
		
A:visited	{ color: purple;
			}		

	 
hr	{ color: navy;
	}

		   	  

h1, h2, h3, h4, h5 { font-family: "tahoma";
					 font-weight: bold;
					 color: navy;
				   } 
	

h1	{ font-size: xx-large;
	}



h2	{ font-size: x-large;
	}

	
	
h3	{ font-size: large;

	}



h4	{ font-size: medium;
	  font-weight: bold;
	}



h5	{ font-size: small;

	}



h6	{ font-family: "bookman old style";
	  font-size: x-small;
	  font-weight: normal;
	}
	

span.head	{font-family: "verdana";
		 	font-size: 150%;
		 	font-style: bold;
		 	color: "#ce007b";
		 	}
			 

		
