body {
    font-family: Arial, Helvetica, sans-serif;
    background: #DDDDDD; #CCCCCC; # EEEEEE;
    color: #000000
}

div.announcements {
    overflow: auto;
    height:200px;
};

div.resources-list {
    overflow: auto;
    height:250px;
};

div.discussion-list {
    overflow: auto;
    height:250px;
};

div.exams-list {
    overflow: auto;
    height:250px;
};

div.hw-list {
    overflow: auto;
    height:250px;
};

div.projects-list {
    overflow: auto;
    height:250px;
};

a:link {
	text-decoration: underline;
        color: red; #339900;
}

a:hover {
	text-decoration: underline;
	color: blue; red;
}

a:active {
	text-decoration: underline;
	color: green;
}

a:visited {
	text-decoration: underline;
}

.heading {
	text-align: center;
	background-color: #DDDDFF; #99FF99; #DDEDFD;
	padding: 5px;
	border: thick solid #9999FF; 6666CC; #AADDAA;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 5px;
}

.heading-bigger { 
	font-family: serif;
	font-size: xx-large;
	font-weight: bold;
}

.heading-big {
	font-size: x-large;
}

.heading-normal {
	font-size: large;
	font-style: italic;
}

.nav {
	background-color: #DDDDFF;
	border: 2px solid #9999FF; #AADDAA;
	margin: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
	line-height: 140%;
}

.content {
	background-color: #FFCCFF; # FFFFDD;
	border: 2px solid #9999FF; #AADDAA;
	margin: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
}

.content-header {
	background-color: #FF99FF; #FFD9B3;
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: larger;
	text-align: center;
	border: 1px solid black;
}

.event {
	background-color: #D0A7E7;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	font-weight: bold;
}

.footer {
	background-color: #DDDDFF; #DDFFDD;
	border: 2px solid #9999FF; #AADDAA;
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
}

.indent {
	margin-left: 20px;
}

dt {
	font-size: larger;
}

dd {
	margin-bottom: 5px;
}

table.staff {
	border-collapse: collapse;
}
