<html>
<!-- 
body 
{
background-color: #000000; color: #ff0000; font-family: cursive; 
} 

body.noscroll
{
background-image: url(images/spitfire.bmp); background-repeat: repeat; background-attachment: fixed;
}

a:link 
{ 
font-size: 1em; text-decoration: underline; text-transform: capitalize; color: #ff0000;
}

a.menu:visited
{ 
font-size: 1em; text-decoration: none; font-style: normal; font-family: cursive; text-transform: capitalize; color: #ff0000;
}

a:visited 
{ 
font-size: 1em; text-decoration: none; font-style: normal; font-family: cursive; text-transform: capitalize; color: #0000ff;
} 

a:hover 
{ 
font-size: 1em; text-decoration: none; font-style: normal; font-family: cursive; text-transform: capitalize; color: #00aa00;
}

a:active 
{ 
font-size: 1em; text-decoration: none; font-family: cursive; text-transform: capitalize; color: #00aa00;
}

p:first-letter 
{ 
font-family: fantasy; text-transform: capitalize; font-size: 24pt; 
}

p:first-line 
{ 
font-size: 14pt; text-indent: 1em; 
}

.old:first-letter 
{ 
font-family: fantasy; font-size: 36pt; 
}

body.black 
{ 
color: #000000; font-family: cursive; 
}

body.blue 
{ 
color: #0000ff; font-family: cursive; 
} 

.margins 
{ 
text-indent: 135px; 
}

.indent:first-line 
{ 
text-indent: 10em; 
}

.Capitalize 
{ 
text-transform: capitalize 
}

.big 
{
font-size: 48pt 
}

.big:first-letter 
{ 
font-size: 60pt 
}
-->

</html>