<html>
<head>
<title>CSS External Style Sheet</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<STYLE TYPE="text/css" MEDIA="screen, print, projection">
H1 { font-size: x-large; color: white; text-decoration: blink}
H2 { font-size: large; color: black; text-decoration: none; 
text-shadow: red 0.2em 0.3em 0.2em }
H3 { font-size: large; color: black; text-decoration: none}
H4 { font-size: large; color: black; text-decoration: line-through}
H5 { font-size: large; color: black; text-shadow: red 0.2em 0.3em 0.2em }

BODY { background-image: url("https://www.angelfire.com/tx6/patch/bg170.jpg");
       font-family:Arial Narrow, Arial; font-color:black; font-weight:bolder; 
       scrollbar-base-color : #F8F8F8;
	   scrollbar-arrow-color : #003366;
	   scrollbar-track-color : #EAF4FF;
	   scrollbar-face-color : #b41010; 
	   list-style-image: none}
	   
UL.plain { list-style-type: none }
LI.square { list-style-type: square }

a:link { color: #A7001F; text-decoration:none }
a:visited { color: #b41010; text-decoration:none }
a:active { color: #FFFFFF }
a:hover { text-decoration: underline; color: #001133}

a.bottom:link { color:#b41010 }
a.bottom:visited { color:#A7001F }
a.bottom:active { color:#FFFFFF }

table.centered { border:2px dashed #b41010; 
padding:9px; spacing:4px; width:600px }

table.standard { border:2px solid #b41010; padding:9px; 
spacing:7px; width:600px; margin-left:auto; margin-right:auto; margin-top:5px }

table.small { width:100%; height:400px; border=3px solid #FFFFFF; spacing=3px; 
padding=3px; margin-left:auto; margin-right:auto; margin-top:5px }

div.back {background: #576; padding: 1.5em}
div.section {background: #ffd; margin: 3em 0 0 3em}


.firstwords { font-variant: small-caps }

</STYLE>

</head>

<body>

</body>
</html>
