@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #000000;	
}
body {
	background-color: #E4E4E4; 
}





/*small screen*/

@media (max-width: 800px) {
    #footer_large {
        display: none;
    }
	
	h1 {
		
	font-family: 'IBM Plex Mono', monospace;
		font-size: 25px;
		font-weight: 500;
	}
	
	h2 {
		
	font-family: 'IBM Plex Mono', monospace;
		font-weight: 300;
		font-size: 12px;
	}
	
	
	
	#top, #bottom, #left, #right {
	background: #ffffff;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
	
	
	#textbox1 {
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	width: 80%;
}
	
	
#textbox2 {
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
	text-align: right;
}
	
}





/*large screen*/
@media (min-width: 801px) {
    #footer_small {
        display: none;
    }
	
	h1 {
		
	font-family: 'IBM Plex Mono', monospace;
		font-size: 35px;
		font-weight: 500;
	}
	
	h2 {
		
	font-family: 'IBM Plex Mono', monospace;
		font-weight: 300;
		font-size: 18px;
	}
	
	#top, #bottom, #left, #right {
	background: #ffffff;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 20px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 20px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
	
	#textbox1 {
	margin-top: 50px;
	margin-left: 70px;
	margin-right: 70px;
	float: left;
	width: 70%;
}
	
	
#textbox2 {
	margin-top: 20px;
	margin-left: 70px;
	float: left;
}
	
}


	

#images {
	
	float: left;
}

#textbox3 {
	margin-top: 20px;
	margin-right: 70px;
	float: right;
	text-align: right;
}



/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: hotpink;
}