h1, h2, h3, .likeTitles { 
     text-align: center;
     font-family: Lucida Sans Unicode, Lucida Sans,
                  Arial, Univers, sans-serif;
     font-variant: small-caps;
		 color: blue;
		 margin: 6pt; 
     }
.likeTitles {
	font-variant:normal;
	font-size: smaller;
	text-align:right;
	background-color: #EEEEEE;
	}
.center {
     text-align: center;
     }
	 
.contents {
     color : yellow;
     border-color : silver;
     border-width : 4px;
     text-decoration: none;
     }

.courseCat {
     color: purple;
		 }
		 
.course {
     color: black;
		 font-style: italic;
		 }
     
