

<title>Using Style Sheets with HTML: Class Outline</title> 

<style type="text/css">
<!--
body { border-left-width: 5%; border-color: #8c2001; background-color: white;
	 scrollbar-face-color: #66FF99; scrollbar-darkshadow-color: #FFCC99; 
	scrollbar-shadow-color: #663366; scrollbar-highlight-color: #FFCC99; scrollbar-3dlight-color: #663366; 
	scroll}
table.green {background-color: #ccffcc; padding: 10px; width="60%"; }
a:link { color: green; text-decoration: none; font-weight: bold; }
a:visited { color: green; }
h1 { color: #8c0021; font-family: arial; font-size: 22pt; }
h1.first { color: red; font-family: arial; font-size: 18pt; }
h1.second { color: gray; font-family: arial; font-size: 18pt; }
hr { color: #0066FF; width: 90%; }
tr.first { background-color: #ffffcc;}
tr.second { background-color: #eeeeee; }
p.first { color: #2f4f2f; font-weight: bold; }
p.second { color: gray; font-weight: bold; }
p.third {color: red; text-transform: uppercase; text-decoration: underline; font-weight: bold; }
span { text-align: center; font-weight: bold; }
div { background-color: yellow; color: purple; font-weight: bold; }

-->
bar-track-color: #008080; scrollbar-arrow-color: #008080;
</style>



