.agpstyle {
    font-family:verdana, arial, sans serif;
	font-size:12px;
	line-height:16px;	

.body {
	background-color: #98BDD7;
	margin: 0px;
	padding: 0px;
}

.title {  text-decoration: bold;
             color: green; 
             font-family: CENTURY EXPANDED BT, Georgia, Times New Roman, serif;
             font-size: 20pt;
             font-weight: heavy; }
.bold {  text-decoration: bold;
             color: black; 
             font-family: CENTURY EXPANDED BT, Georgia, Times New Roman, serif;
             font-size: 12pt;
             font-weight: heavy; }


ul {padding-left:20px;}

.subnavms {
	padding-left: 42px;
}
.head  {  color: #000000; 
             font-family: CENTURY EXPANDED BT, Georgia, Times New Roman, serif;
             font-size: 35px;
             margin-top: 35px;
             margin-left: 28px; }
.foo      {  text-decoration: underline;
             color: #00FF00; 
             font-family: CENTURY EXPANDED BT, Georgia, Times New Roman, serif;
             font-size: 14pt;
             font-weight: heavy; }      
-->
</STYLE>
<BODY BGCOLOR="#FFFFFC">
<DIV ALIGN=CENTER CLASS="title">Cascading Style Sheet Examples</DIV>
<DIV CLASS="head">Head text</DIV>
<P> 
<P>
View source for coding or<BR>
<A HREF="css.htm">go to the CSS example page</A>
<P>
Non-foo text.  <SPAN CLASS="foo">Foo Text :-)</SPAN>  More non-foo text.
<P>
<B>"Regularly" Bolded Text</B>
<P>
<SPAN CLASS="bold">CSS Bolded Text</SPAN>

