body  {
	font-family: Arial, Helvetic, sans-serif;
	font-size: small;
	}




h1 {
	
	font-size: 175%;
	font-weight: bold;
	color: #000000;
	
	}
	
.pageheading1 {
	font-size: 250%;
	text-align: center;
	} /*This class centers makes larger h1 heading at the top of the page*/
	
h3 { font-size: 130%
	 font-weight: bold;
	 color: #000000;
	 }
	 
.pageheading3 {
	font-size: 115%;
	text-align: center;
	} /*This class centers and make smaller h3 heading at the top of the page*/

h4  {
	font-size: 100%;
	color: #0000cc;
	margin-top:10px;
	margin-bottom: 10px;
	}
	
h5  {
	font-size: 95%;
	color: #0000cc;
	margin-top:10px;
	margin-bottom: 10px;
	}
	
p   {	
	font-size: 90%;
	line-height: 1.6em;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	}

.alternate {
	
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	} /*creates a paragraph with larger top and bottom margins*/
	
	
.indent {
	font-size: 90%;
	line-height: 1.6em;
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	}/*creates a paragraph that is indented from the left-side*/
	
/*formatting for lists*/
ol {margin-top: 15px;
	margin-bottom: 15px;
	}	
	
ul {margin top: 30px;
	margin bottom: 30px;
	}
	
		
li {	
	font-size: 90%;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
	
	}

ol ol {
	list-style-type: upper-alpha;
	}
	
/*This section attempts to format tables*/
td { font-size: 90%;
	}

.indexblock { font-weight: bold;
	font-size: 110%;
	text-align: center;
	} /*This style makes the main heading in an index or table of contents block slightly larger and bold*/
	
.subtitle {font-size: 75%;

	}/*This style makes the subheading in an index or table of contents block smaller*/
	

.sidebar {
	width: 400px;
	padding-left:15px;
	padding-bottom: 15px;
	border: 2px;
	border-style: solid;
	border-width: thin;
	margin: 30px 30px 20px 20px;
	background-color: #66ffff;
	font-size: 90%;
	float: right;
	}/*Grade Machine pages sidebars*/
	
.sidebar h4 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}/*centers the heading in the sidebar*/
.sidebar p {
	margin: 5px 10px 10px 20px;
	line-height: 1.2;
	}
	
.indexbar {
 	font-size: 75%;
	}

.breadcrumb {
	font-size: 65%;
	margin-left: 0px;
	}
	
.emphasis {
	font-weight: bold;
	font-size: 115%;
	color: #0000cc;
	}/*This style bolds and makes the fontsize larger*/
	
.emphasis2 {
	font-weight: bold;
	font-size: 100%;
	color: #0000cc;
	} /*This style bolds, blues but same size as text*/
	
.italic  {
	font-style: italic;
	color: #0000cc;
	}/*creates blue italic font*/
	
.navbar {
	margin-top: 20px;
	margin-bottom: 20px;
	} /*formatting for a div with a navbar*/
	
#print {
	font-size: 85%;
	color: #0000cc;
	margin-top: 5px;
	}/*This is to style the link to the printable version*/
	
	
a:link  {
	color: #0000cc;

	}

a:visited {

	color: #0000cc;

	}

a:hover  {

	background: #ffffff;
	color: #0000cc;

	}
