body 
{
background-image: url(pictures/fluffy_bg.png);
background-repeat: repeat;
background-attachment: fixed;
height: 100%;
margin: 0px;
font-color: #000000;
font-style: century gothic;
font-size: 13px;
}

b
{
font-family: century gothic;
color: #FFFFFF;
font-size: 25px;
text-transform: uppercase;
}


em
{
font-family: century gothic;
color: #000000;
font-size: 13px;
}

td
{
text-align: justify;
font-family: century gothic;
font-size: 13px;
}

strong
{
font-family: century gothic;
color: #000000;
font-size: 13px;
}

#return
{
margin: 100px;
padding: 100px;
z-index: 2;
}

a:active, a:visited, a:link {color: #000000; text-decoration: none; cursor: pointer;}
a:hover {color: #323232; text-decoration: underline; cursor: pointer;}

blockquote {
 border : 3px double #000;
 width: 450px;
 float: center;
 margin: 0px;
 padding: 10px;
 quotes: "\201C" "\201D";
 }
 blockquote:before { content: open-quote; font-weight: bold; }
 blockquote:after { content: close-quote; font-weight: bold; }