<style type="text/css">

body
{
margin: 0px;
background-color: #ffccff;
}

#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: fixed;
z-index: 0;
}

#contents {
z-index: 1;
position: absolute;
filter: alpha(opacity=90);
-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
opacity:.9;
}

#linkBack{
z-index: 1;
}

/* default paragraph style!!! */
p
{
margin: 6px;
color: white;
font-family: monospace;
font-stretch: wider;
background-color: black;
width:600px; 
}

p.just
{
text-align: justified;
}

p.required
{
color: CC0000;
}

p.guest
{
text-decoration: none;
font-weight: bold;
}

p.head {color: green; font-family: monospace; font-weight: bolder; font-size: xx-large; background-color: black}

p.subtext {letter-spacing: 10px; font-variant: small-caps}
p.endnote {font-size: xx-small}
p.desc {font-style="italic";font-size:12px}

p.header 
{
color: green;
font-size: 450%;
font-weight: bolder;
width:600px; 
}

p.smallheader 
{
color: green;
font-size: 150%;
font-weight: bolder;
letter-spacing: -1px;
}

p.headertext
{
color: CC0000;
font-size: 80%;
font-weight: bolder;
letter-spacing: -1px;
margin-bottom: 0px;
}

p.links
{
margin-top: 0px;
}

p.content {
font-size: larger;
font-stretch: ultra-condensed;
font-weight: 900;
}

A:link 
{
text-decoration: underline;
color: red;
}

A:visited {
text-decoration: none;
text-decoration: underline;
color: red;
}

A:active {
text-decoration: underline;
color: green;
}

A:hover {
background-color: green;
}

a.headlink:link {color: #993300}
a.headlink:visited {color: #993300}
a.headlink:hover {font-size: 100%; letter-spacing: -5px; text-decoration: none;}

</style>

