/*This is the linked CSS for Math 085*/

/*to be used for college name and headings - dark maroon*/
font	{
	color: #660000;
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	font-family: verdana,sans-serif;	
	}
/*to be used for descriptions - black*/
font1	{
	color: #000000;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	font-family: verdana,sans-serif;	
	}

/*to be used for course meetings time/date - black*/
h2	{
	color: #000000;
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	font-family: verdana,sans-serif;	
	}

/*to be used for course name and headings - black*/
h1	{
	color: #000000;
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;
	font-family: verdana,sans-serif;	
	}

/*to be used for general content - black*/
p	{
	color: #000000;
	font-size: 12pt;
	font-weight: normal;
	font-family: verdana;		
	}

/*font sizes*/

.ten  {
	font-size: 10pt;
	}

.twelve  {
	font-size: 12pt;
	font-weight: bold;
	}

.fourteen  {
	font-size: 14pt;
	}

.sixteen {
	font-size: 16pt;
	}

/*CSSP for the common heading*/

	/*for the picture*/
#left  {
	position: absolute;
	top: 0px;
	left: 30px;
	}

	/*for the college name*/
#middleleft  {
	position: absolute;
	top: 20px;
	left: 195px;
	}

	/*for course names*/
#middle  {
	position: absolute;
	top: 55px;
	left: 195px;
	}

	/*for class time/location*/
#middleright  {
	position: absolute;
	top: 50px;
	left: 560px;
	}

	/*for return navagation - below heading*/
#leftbottom  {
	position: absolute;
	top: 120px;
	left: 10;	
	}

	/*for the name of the site - below heading*/
#bottom  {
	position: absolute;
	top: 155px;
	left: 38%;	
	}

/*CSSP for content*/
	/*for content placement on main site*/
#content {
	position: absolute;
	top: 160px; 
	left: 30px; 
	}

	/*for content placement on sites*/
#content1 {
	position: absolute; 
	top: 220px; 
	left: 30px;
	width: 650; 
	}

/*to be used with primary navagation links*/
a:active {
	color: #000000;
	font-weight: normal;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	font-family: verdana;
	}

a:link {
	color: #996699;
	font-weight: normal;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	font-family: verdana;
	}
a:visited {
	color: #cc6699;
	font-weight: normal;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	font-family: verdana;
	}

a:hover {
	color: #996699;
	font-weight: normal;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	font-family: verdana;
	}

<!--to be used for content pages for return navagation-->
a.back:active {
	color: #996699; 
	font-weight: normal; 
	font-size: 9pt; 
	font-style: normal;	
	text-decoration: none;
	font-family: verdana
	}
a.back:link {
	color: #996699; 
	font-weight: normal;
	font-size: 9pt; 
	font-style: normal; 
	text-decoration: none;
	font-family: verdana;	
	}

a.back:visited {
	color: #000000; 
	font-weight: normal;
	font-size: 9pt; 
	font-style: normal; 
	text-decoration: none;
	font-family: verdana;
	}

a.back:hover {
	color: #669966; 
	font-weight: normal;
	font-size: 9pt; 
	font-style: normal; 
	text-decoration: none;
	font-family: verdana;
	}


