.h1 {
		font-family: monospace; 
		font-size: 14pt; 
		font-weight: bold;
	}

.h2 {
		font-family: monospace; 
		font-size: 11pt; 
		font-weight: bold;
	}

.h3 {
		font-family: monospace; 
		font-size: 10pt;
	}

.h4 {
		font-family: monospace; 
		font-size: 9pt;
	}
	
.h5 {
		font-family: monospace; 
		font-size: 8pt;
	}
	
.main_menu_link:active {
		font-family: monospace; 
		font-size: 10pt; 
		font-weight: bold;
		color: black;
		text-decoration: none;
	}
.main_menu_link:link {
		font-family: monospace; 
		font-size: 10pt; 
		font-weight: bold;
		color: black;
		text-decoration: none;
	}
.main_menu_link:hover {
		font-family: monospace; 
		font-size: 10pt; 
		font-weight: bold;
		color: brown;
		text-decoration: none;
	}
.main_menu_link:visited {
		font-family: monospace; 
		font-size: 10pt; 
		font-weight: bold;
		text-decoration: none;
                
	}

.simple_link:link {
		font-family: monospace; 
		font-size: 10pt; 
		font-weight: bold;
		color: #F7C382;
		text-decoration: none;
	}
.simple_link:hover {
		font-family: monospace; 
		font-size: 10pt; 
		font-weight: bold;
		color: white;
		text-decoration: none;
	}
.simple_link:visited {
		font-family: monospace; 
		font-size: 10pt; 
		font-weight: bold;
		color: #F7C382;
		text-decoration: none;

	}
	
.visited_menu_link {
		font-family: monospace; 
		font-size: 10pt; 
		font-weight: bold;
		color: white;
		text-decoration: none;
		
	}

.button_1 {
                font-family: monospace; 
		font-size: 10pt;
                cursor: pointer;
                font-weight: bold;
                background-color: #B88B6A;
                border: 2px dotted black;   
}