<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Basic CSS stylesheet for teaching use - by Mindy McAdams */
body {
	margin: 0;
	padding: 0;
	background: #336600;
	font-family: "Helvetica Neue", verdana, sans-serif;
	color: #000000;
	font-size: small;
	}
img {
	border: 3px solid #336666;
	margin: 0;
	padding: 10px;
	background: #99CCCC;
        }
#container {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
    padding-bottom: 50px;
	}
#inner-box {
	line-height: 150%;
	border: 3px solid #6BB300;
	margin: 0;
	padding: 20px 40px;
	background: #FFFFFF;
	}
#inner-box h1 {
	font-size: 200%;
	font-weight: bold;
	margin: 10px 0 20px 0;
	padding: 0;
	}
#inner-box h2 {
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 30px 0 10px 0;
	padding: 0 0 3px 0;
	text-transform: uppercase;
	border-bottom: 1px #6BB300 dashed;
	}
#inner-box p {
	margin: 2px 0 10px 0;
	padding: 0;
	font-size: 100%;
	}
ul, ol {
	font-size: 100%;
	}
ul {
	list-style: square;
	}
a:link, a:active, a:visited {
	color: #B30086; 
	text-decoration: underline;
	background: transparent;
	}
a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	background: #B30086;
	}
</pre></body></html>