body {
  		font-size: 120%;
  		font-family: arial
		}
	
		li{
    	margin: 1% 0;
		}
		
		#header { 
 		color: black;
 		background: Lavender;
 		border: 1% solid #ccc;
 		margin: 0% 0% 1.5% 1.5%;
 		padding: .5%;
 		width: 95%;
		}
		
		
		#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%; }
}

.slidenum{
color: red;
font-weight: bold;
}

figure {
    display: inline-block;
    border-style: solid;
    margin: 20px; /* adjust as needed */
    color #665544
    display: block;
    margin-left: auto;
    margin-right: auto
}
figure img {
    vertical-align: top;

}
figure figcaption {

    text-align: center;
	font-weight: bold
}

figure figcaption2 {

    text-align: left;
	font-weight: bold
}



	
div.content div {
  max-width: 600px;
  /* Hack for IE6 */
  width: auto !important; width: 600px;
}

pre.codeinput {
  background: #EEEEEE;
  padding: 10px;
}
@media print {
  pre.codeinput {word-wrap:break-word; width:100%;}
} 

span.keyword {color: #0000FF}
span.comment {color: #228B22}
span.string {color: #A020F0}
span.untermstring {color: #B20000}
span.syscmd {color: #B28C00}

pre.codeoutput {
  color: #666666;
  padding: 10px;
}

pre.error {
  color: red;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;


p.python {
   border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;
}