/* file: default.css
 * author: Laura Carlson <lcarlson@d.umn.edu>
 * version: 1
 */	
	
	body {
	margin-right : 5%;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #333333;
	background-color : #fffff5;
	background-image : url(http://www.d.umn.edu/~lcarlson/images/gray.jpg);

}

    #content {
    padding : 0 0.5em;
    width : 75%;
    float : left;
}
       
	h1 {
	font-size : 1.5em;

}
	h1:first-letter {
	color : #006633;
	background-color : transparent;
	font-size : 2em;

}
	h2 {
	margin : 0 0 5px;
	padding : 0;
	font-size : 1.1em;
	font-weight : 600;
	margin : 0;
	padding : 0;

}

	ul {
	list-style-image : url(http://www.d.umn.edu/~lcarlson/images/green_bullet.gif);
	
}
	ol li {
	list-style-type : decimal;

}
	ol ol li {
	list-style-type : upper-alpha;
	font-weight : normal;

}
	ol ol ol li {
	list-style-type : lower-alpha;
	font-weight : normal;

}

	a {
	color : #006633;
	background-color : transparent;
	font-size : 0.9em;
	font-weight : 600;
	font-family : verdana, arial, helvetica, sans-serif;

}
	a:link {
	background-color : transparent;
	color : #006633;

}
	a:visited {
	background-color : transparent;
	color : #006633;

}
	a:hover {
	color : #ff0000;
	background-color : #ffffcc;
	text-decoration : underline overline;

}
	.code {
	font-family : "Courier New", Courier, monospace;
	font-size : 1em;
	line-height : 1.1em;
	margin-left : 2em;
	color : #000000;
	background-color : transparent;
	margin-right : 2em;
	font-weight : normal;

}
	
	code {
	font-family : "Courier New", Courier, monospace;
	font-size : 1.1em;
	line-height : 1.1em;
	color : #000000;
	background-color : transparent;
	font-weight : bold;
}
	.webstandards {
	display : none;

}
	#navigation {
	font-size : 0.9em;
	background-color : #eeeeee;
	color : #000000;
	border : 1px dashed #999999;
	padding : 1em;
	width : 10%;
	float : right;

}
	#navigation a:hover {
	color : #006633;
	background-color : #ffffcc;

}
	.divider {
	display : none;

}
	#footer {
	clear : both;
	margin-top : 1em;
	text-align : left;
	font-size : 0.8em;
	float : left;
	width : 95%;

}
	#footer > a {
	color : #ffffff;
	background-color : transparent;

}
	.button1 {
	display : block;

}
	.button2 {
	display : block;

}
	.button3 {
	display : block;

}
	.button4 {
	display : block;

}
	.button5 {
	display : block;

}
	.button6 {
	display : block;

}

	div.answer{
	border : thin solid #000000;
	padding : 1em;
	color : #000000;
	background-color : #ffffcc;
	border-width : thin;
	border-style : dashed;
	border-color : #cccccc;
}

	.code{
	font-family: "Courier New", Courier, mono;
	border : thin solid #000000;
	padding : 1em;
	color : #000000;
	background-color : #ffffcc;
	border-width : thin;
	border-style : dashed;
	border-color : #cccccc;
}

	.comment{
	border : thin solid #000000;
	padding : 0.9em;
	color : #CC0000;
	background-color : #E9E9E9;
	border-width : thin;
	border-style : dashed;
	border-color : #cccccc;
    font-size: 0.9em;
}