img {
   border: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;	
}
div#wrapper {
	width: 995px;
	padding: 5px;	
}

div#resources {
	width: 995px;
	padding: 20px;	
	font-size: small;
}

div#links {
	padding-left: 20px;
	border: thin groove #999;
	
}

#links ul li {
	list-style-type: none;
	display: inline;
	padding-right: 50px;
	font-size: large;	
}


h1 {
	font-size: large;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: large;
	font-weight: normal;
}
h4 {
	font-size: small;
	background-color: #FFC;
	font-weight: normal;
}
h5 {
	
}
h6 {
	
}


.attention {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}
.note {
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}
.crit {
	text-transform: uppercase;
	color: #F00;
}

.materials {
	font-size: small;
	font-style: italic;
}

.green {
	color: #000000;
	background-color: #CCFFCC;
	text-transform: uppercase;
}
.lecture {
	color: #000000;
	background-color: #FFFFCC;
}

div#footer {
	
	font-size: x-small;
}