/* styles that are commonly used across the whole site */
BODY {
	padding: 5pt;
}

/* block styles */
p.dreamhost {
	font-family: BlackChancery,"Zapf-Chancery",Chancery,
		     "Times New Roman",times,Roman,serif;
	font-size: small;
}

p.navbar {
	text-align: center;
}

dt {
	font-weight: bold;
}

/* inline styles */

span.new { color : #FF0000; }  /* red */

