.bigletter{font-size:20px;
           color:black;
		   font-weight: bold;
		   }

.underline{font-size:15px;
           color:#0066cc;
		   text-decoration:underline;
		   }
.strike {
	text-decoration: line-through;
}

.oversubscribed { 
	font-stretch : ultra-condensed;
	font-family : Brush-Script, cursive, courier;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	color: red;
}

.bookform{font-size: 20px;
         color: red;
		 }
.education{color:blue
          }

.author {font-family: Arial;
         font-size: 11px;
		 color: black;
		 }


.description {font-family: Arial;
        font-size: 12px;
		color: purple;
        font-style: italic
		}

		
body {
	margin: 0px;
	background-color: white;
}

.content {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: black;
}

.bold {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: black;
}

.courses {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: 000066;
}

.boldblue {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: 000066;
}

.boldblue2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: 000066;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #000099;
}

.hdr {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #000099;
}

A:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration: underline; 
	color: #000099;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #0066CC;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none; 
	color: #0066CC;
}

A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	text-decoration: underline; 
	color: #0066CC;
}