/* CSS definition file containing site wide stylesheets */

body { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
       font-size: 100%; 
	   color: rgb(255,255,255); 
	   background-color: rgb(63,86,111); 
	   background-image: url("./assets/images/mountain_layers21.jpg"); 
	   background-position: top; 
	   background-repeat: no-repeat;
	   }

 p { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	 font-size: small; 
	 color: rgb(255,255,255);
	 background-color: transparent;
	 }

 a { font-family: Lithograph,sans-serif; 
	 color: rgb(255,255,0); 
	 text-align: center; 
	 background-color: transparent;
	 }
 a:active { font-family: Lithograph,sans-serif;}
 a:link { font-family: Lithograph,sans-serif; 
		  color: rgb(255,255,0); 
		  text-decoration: none ;
		  background-color: transparent;
		  }
 a:visited { font-family: Lithograph,sans-serif; 
			 color: rgb(255,223,170); 
			 text-decoration: none ; 
			 text-align: center; 
			 background-color: transparent;
			 }
 a:hover { font-family: Lithograph,sans-serif; 
		   color: rgb(65,85,115); 
		   text-decoration: underline;
	       background-color: transparent;
		   }


 .Title { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
		  font-size: 24pt; 
		  font-weight: bold; 
		  text-align: center; 
		  color: rgb(65,85,115); 
		  background-color: transparent;
		  margin-top: 1em;
		  margin-bottom: 1.5em;
		  }
 .Title a:link { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
				 font-size: 24pt; 
				 color: rgb(65,85,115); 
				 font-weight: bold; 
				 text-align: center; 
				 background-color: transparent;
				 }
 .Title a:active { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
				   font-size: 24pt; color: rgb(65,85,115); 
				   font-weight: bold; 
				   text-align: center; 
				   background-color: transparent;
				   }
 .Title a:visited { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
					font-size: 24pt; 
					color: rgb(65,85,115); 
					font-weight: bold; 
					text-align: center; 
					background-color: transparent;
					}
 .Title a:hover { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
				  font-size: 24pt; 
				  color: rgb(65,85,115); 
				  font-weight: bold; 
				  text-align: center; 
				  background-color: transparent; 
				  text-decoration: none;
				  }

 #main_links {line-height: 1.5em;
		    margin-top: 1em;
		    margin-bottom: 2em;
			}

 #message {margin-top: 1em;
		   margin-bottom: 2em;
	       font-size: small; 
		   }

 #navigation {line-height: 1.75em;
		      margin-top: 1em;
		      margin-bottom: 2em;
			  }
