<STYLE TYPE="text/css">

A:link {
		text-decoration: none;
}
A:visited {
		text-decoration: none;
}
A:active {
		text-decoration: none;
}
A:hover {
	
	
	color: #781917;
	text-decoration: none;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	}
.style1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	font-family: Times New Roman;
	font-style: italic;
	text-decoration: none;
}
.style2 {
	font-size: 12px;
	font-family: Verdana;
	color: #666666;
	text-decoration: none;
}
.style3 {
	color: #666666;
	font-style: italic;
	font-size: 12px;
	font-family: Times New Roman;
	text-decoration: none;
	font-weight: normal;
}
.style4 {
	font-family: "lucida sans";
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
.style5 {
	font-size: 12px;
	font-family: Verdana;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.style6 {
	font-size: 16px;
	font-family: Verdana;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.style7 {
	font-size: 16px;
	font-family: Verdana;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.style8 {
	font-size: 22px;
	font-family: Verdana;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.style10 {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Times New Roman;
	font-style: italic;
	text-decoration: none;
}

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

