body {
	/* background-color: #EEE5DE; 
	    If you want to use a background image this is the code */
	    background-image: url(/library/images/journal_bkgd.gif) ;
	 text-align:center;
	 font-size: 24;   
	}

A:link { color: #800000;
	 text-decoration: none;
	 font-weight:bold;
	  }

A:active { 
	color: #800000;
	 text-decoration: none;
	 font-weight:bold; 
	}
A:visited { 
	text-decoration: none;
	 font-weight:bold;
		color: #800000;
 }


H1 {font-family: serif; font-size: 30 pt; color: #800000}
H2 {font-family: serif; font-size: 18 pt; color: #400080}
H3 {font-family: serif; font-size: 18 pt; color: #920495; text-align: center}

menu {font-family: serif; font-size: x-large; color: #008000;font-weight: bold;}

deftitle {font-family: serif; color: #008000;font-weight: bold;}

	/*  If you want to create your own styles instead of just the heading styles, 
	  	you can do that by using something similar to the desc line above */

.S1 {font-family: Arial; color: #000000; background-color: lightgrey;}
.S2 {font-family: serif; color: #000000; background-color: #87CEFA;}
.bgy {font-family: serif; color: #000000; background-color: yellow;}