
body {	color:black; 
	background-color: #FFFFF0; 
	font-family: verdana, arial, helvetica, sans-serif;
}

.mmix-width {
        width:100%;
        max-width: 600px;
}

.mmix-logo {
position: relative;
height: 0;
overflow: hidden;
padding-bottom:13.667%; 
}

.mmix-logo img{
position: absolute;
top: 0;
left: 0;
width:100%;
}

h1 {	font-size: 2em;
	font-weight: bold;
}

h2 {	font-size: 1.4em;
	font-weight: bold;
}
h3 {	font-size: 1.2em;
	font-weight: bold;
}
h4 {	font-size: 1.0em;
	font-weight: bold;
}

pre {	font-family:  courier, monospace;
	font-weight: normal;
	font-size: 1.2em;
	color:black; 
	background-color: white; 
	border:1px solid #DDDDDD; 
	padding:0.3em; 
	white-space:pre; 
}

tt {	font-family:  courier, monospace;
	font-weight: normal;
	font-size: 1.2em;
	color:black; 
}

img[align=left] { 
    float:left;
    margin-right:40px;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:20px;
/*
    border:solid 20px red;
*/

}