body {
  		font-size: 120%;
  		font-family: arial
		}
	
		li{
    	margin: 1% 0;
		}
		
		#content { 
 		color: black;
 		background: Beige;
 		border: 1% solid #ccc;
 		margin: 0% 0% 1.5% 1.5%;
 		padding: .5%;
 		width: 95%;
		}
	
	
span { 
    word-wrap:break-word;
}
	
		.codey { 
 		font-family: Courier;
 		word-wrap: break-word;
		}




		p.unix { 
    	background-color:black;
    	font-size: 100%;
   		color:white;
    	width: 100%;	
    	white-space: pre;
    	font-family: Courier;
    	overflow-x: auto;
	}
	

		p.matlab { 
 
 	font-family: Courier;
	 	padding: .5%;
	 	width: 95%;
		background: LightGrey;
		 color: black
		 border: 1% solid #ccc;
		 overflow-x: auto;
		white-space: pre;
		 
	}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
	
	
	/* unvisited link */
a:link {
    color: Maroon   ;
}

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

/* mouse over link */
a:hover {
    color: blue
}

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

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}