h1 {
  text-align: center;
  color: black;
}

h3 {
  color: black;
}

p {
	color: black;
}

p.duedate {
	text-align: center;
	font-weight: bold;
}

p.quicklink {
	text-align: center;
}

img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
}

body {
  font-family: Arial, sans-serif
}

blockquote.code {
  font-family: Courier, monospace
}

tt {
  font-family: Courier, monospace
}

a[href] {
	text-decoration: none;
	color: #3478e3;
}

a[onclick]{
	text-decoration: none;
	color: #3478e3;
}

a:active {
	text-decoration: none;
	color: #3478e3;
}

a:hover {
	text-decoration: underline;
}

a.ex:hover {
	text-decoration: none;
}

/* Page */

#wrapper {
	width: 1024px;
	margin: 0 auto;
	border-color: #000;
	overflow: hidden;
	margin-top: 20px;
}

.bibtexcode {
	display: none;
	color: gray;
}