<html>

<head>
<title>stylesheets</title>

<link rel="stylesheet" type="text/css" href="stylesheets.css"/>	
body {background-color: yellow}
h1 {font-stretch: extra-expanded;font-size: 24pt;font-family: arial black}
h2 {color: red;font-family: Aldine721 BT;font-size: 24pt}
.td1 {
font-family:arialblack
}

.td2 
{
font-family:Aldine721 BT; font-size:30px; color: red;
}

.td3 
{
font-family:arial; font-size:2; color:#000000; font-weight:bold;
}

.td4 
{
font-family:Aldine721 BT; font-size:12pt; color:white;
}

.td5 
{
font-family:arial; font-size:10pt; color:yellow; font-weight:bold;
}


.td6 
{
font-family:arial; font-size:8pt; color:yellow; font-weight:bold;
}

.td7 
{
font-family:arial; font-size:10pt; color:black;
}

.td8 
{
font-family:arial; font-size:12pt; color:red; font-weight:bold; font-style:italic; text-decoration:underline;
}

.td9 
{
font-family:arial; font-size:10pt; color:red; font-weight:bold;
}

.linkwhite
{
font-family:arial; font-size:10pt; color:ffffff;
}
</style>
</body>

</html>