
<!--
/* element selectors */
*  { font-family: verdana, arial, sans serif }

Body { background: #CCC }

table.body 
{ 
background: white;
margin-top: 20px;
margin-left: 10px;
padding-bottom: 100px
}

H1
{ 
padding-left: 10px;
color: white;
font-size: 8px
}

table.quote { width: 940px }

td.quote 
{ 
width: 740px;
padding-left: 0px;
color: black; 
letter-spacing: 2px;
font-size: 11px 
}

table.banner { width: 940px }

td.banner { vertical-align: top }

table.black 
{ 
background: black;
width: 910px;
margin-left: 20px
}

td.black 
{ 
vertical-align: top; 
text-align: center;
word-spacing: 84px;
letter-spacing: 1px;
font-size: 14px;
font-weight: bold
}

img { float:left }

table.info 
{ 
width: 900px;
padding-top: 30px
}

td.two 
{ 
width: 800px;
vertical-align: top;
padding-left: 9px;
line-height: 15px;
font-size: 10px
}

p.text
{
padding-left: 10px;
letter-spacing: 1px;
color: #333;
font-size: 10px
}

table.foundat 
{ 
width: 900px;
padding-top: 10px
}

td.foundat
{
padding-left: 20px;
line-height: 20px;
letter-spacing: 1px;
color: #333;
font-size: 11px
}

table.footer 
{ 
background: #FFF;
margin-top: 40px;
width: 910px;
margin-left: 20px;
text-align: center
}

td.footer
{
vertical-align: top;
word-spacing: 30px;
letter-spacing: 1px;
font-size: 12px
}

table.copyright 
{ 
margin-top: 10px ;
width: 910px;
text-align: center
}

td.copyright { font-size: 11px }

table.footerbug 
{ 
margin-top: 10px;
margin-left: 450px
}

td.footerbug { vertical-align: top }

.class1 A:link { text-decoration: none; color: white }
.class1 A:active { text-decoration: none; color: #693 }
.class1 A:visited { text-decoration: none; color: white }
.class1 A:hover { text-decoration: underline; color: #6C3 }

.class2 A:link {text-decoration: none; color: #000 }
.class2 A:visited {text-decoration: none; color: #000 }
.class2 A:active {text-decoration: none; color: #06C }
.class2 A:hover {text-decoration: underline; color: #F93 }
-->


