h1, h2, h3, h4, h5, h6 { text-align: center; 
		font-family: "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Helvetica", sans-serif }
h1 { color: black; background-color: "#f5f5f5"; }

body { background-color: "#ffffff"; 
		font-family: "Georgia", "Garamond", "Times New Roman", "Times", serif; }
		
.catholicity {background-color: "#eefffa" }
.home { background-color: "#f5f5f5" }
.miscellaneous { background-color: "#f5f5f5" }
.plain { background-color: "#ffffff" }
.poetry { background-color: "#f8f8ff" }
.screensavers { background-color: "#f0ffff" }
.other { background-color: "#f0ffff" }

p { text-align: center; margin-left: 10%; margin-right: 10%; }
pre { margin-left: 20%; margin-right: 20%; 
		font-family: "Courier New", "Courier", monospace; background-color: white; }
blockquote { margin-left: 15%; margin-right: 15%; 
		font-family: "Comic Sans MS", "Comic Sans", cursive; background-color: white; }

table { border: none; }
table.list { width: 50%; text-align: center; border-style: none; }
td.list { padding: 1%; }
table.navbar { background-color: white; width: 100%; text-align: center; 
		border-top: double; border-bottom: double; }
table.eop { width: 100%; font-size: 80%; }
td.eopleft { width: 50%; text-align: left; padding-top: 2%; }
td.eopright { width: 50%; text-align: right; padding-top: 2%; }

hr.short { width: 50%; }

li { list-style-type: none; }

a {text-decoration: none; }
a:hover { color: red; background-color: white; }
