/* NOTE: This stylesheet is modified from text.css. */
/* All changes are noted with comments. */

p {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

}

h1 {
	font-family: georgia, times new roman;
	font-size: 16px;
	font-weight: bold; 
	font-style: italic;	
	color: purple
}

/* H1 color formerly #007A79 */

H2 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #007a79; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, arial
}
/* COLOR: #007a79 was removed from H2. */

ul { 
  font-family: Verdana, arial; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	margin-left: 0;
}

li { 
  margin-left: 1em;
  text-align: justify;
}

ol { 
	font-family: Verdana, arial;
	font-size: 11px;
	font-style: normal; 
	font-weight: normal;
	margin-left: 0;
}

li { 
  margin-left: 2em;
  text-align: justify;
}

td {
	font-family: Verdana, arial; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
}

.links{
	font-family: Verdana;
	font-weight : normal;
	font-size : 7pt;
	text-decoration : none;
}

.nav{
	font-family: Arial;
	font-size : 9pt;
	text-decoration : none;
	font-weight: bold;	
}

.nav2{
	font-family: Arial;
	font-size : 8pt;
	text-decoration : none;
	font-weight: bold;	

}

a:link { 
	color:purple; 
	background:transparent; 
	font-weight: bold;
} 

a:visited { 
	color:purple; 
	background:transparent; 
	font-weight: bold;

} 

a:active { 
	color:purple; 
	background:transparent; 
	font-weight: bold;
}

/* All link colors formerly #336666 */

/* The following are additions to text.css: */

h1.center {
	font-family: georgia, times new roman;
	font-size: 16px;
	font-weight: bold; 
	font-style: italic;	
	color: #007A79;
	text-align: center
}

img {  
  border-style: none;
}

span.small {
  FONT-SIZE: 11px;
}

