@charset "UTF-8";
/* CSS Document */


<STYLE TYPE="text/css">

body {  text-decoration: none;
            color: 666666;
            font-family: "arial";
            font-size: 12pt;
			line-height: .5em;
            font-weight: medium; }
.body2 {  text-decoration: none;
            color: 666666;
            font-family: "arial";
            font-size: 9pt;
            font-weight: medium; }
.title {  text-decoration: bold;
             color: #9C9; 
			 letter-spacing: 0.5em;
             font-family: "arial";
             font-size: 20pt;
             font-weight: lighty; }
.bold {  text-decoration: bold;
             color: black; 
             font-family: "times";
             font-size: 14pt;
             font-weight: heavy;
			 margin-right: 20px;  }
a:link {
	text-decoration: none;
	color:679800;
	font-family: arial;
	font-size: 12pt;
	font-weight: normal;
}         
a:visited {  text-decoration: none;
             color:679800; 
             font-family: "arial";
             font-size: 12pt;
             font-weight: heavy; }         
.head  {  color:#600 ; 
             font-family: "arial";
             color: #693; 
			font-size: 26px;
             margin-top: 20px; }
.body      {  text-decoration: none;
             color: #666666; 
             font-family: "arial";
             font-size: 11pt;
             font-weight: light; }      

</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>

