body { background-image: url(morphback.jpg); background-repeat: repeat; background-color: white; color: black; }

h1.title { text-align: center; background-color: #F0F0F0; color: black; }
h1.center { text-align: center; color: black; }
h2.title { text-align: center; background-color: #F0F0F0; color: black; }
h3.standout { text-align: center; color: red; }
h3.gothic { font-family: "Algerian", cursive; }
h4.center { text-align: center; }

img.nofloat { float: none; border: thin black; }

img.left { float: left; border: thin black; }
img.right { float: right; border: thin black; }

p.center { text-align: center; }
p.benhur { font-family: sans-serif; }

.bordered { border: thin solid black; width: 50%; }
.shaded { background-color: #A0A0A0; color: black; }
