body { 
background-image: url(forwebsite-pink-200.jpg);
background-size: 200px;
background-color: #FFF;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:0px 0px; 
color: #000;
font-family: lucida sans unicode;
font-weight: bold;
color: #990066;
}

A:link {text-decoration: none; color: #330033; }
A:visited {text-decoration: none; color: #330033;}
A:active {text-decoration: none; color: #330033;}
A:hover {text-decoration: none; color: #330033;}

img {border: none; margin: 4px;}

a.homelink {
display: block; width: 80px; padding: 5px;
position:fixed; bottom:80px; left:60px; 
font-variant: small-caps;

font-size: 20px; color: #220033;
text-align: center;
}

a.homelink:active, a.homelink:hover
{color: #990066; font-style: italic;}


#content { 
height: 100%;
background-image: url(arrow2013.png);
background-color: #ebe2f3;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right;
border-style: none dashed none dashed;
border-color:  #FFF ;
margin-top:-15px;
margin-bottom:-15px;
margin-left: 200px;
padding-left: 5%;
padding-right: 5%;
padding-top: 50px;
}


#content a:link     {color:#C36473; text-decoration: none; font-style: italic;}
#content a:visited  {color:#C36473; text-decoration: none; font-style: italic;}
#content a:hover    {color:#F0B8B8; text-decoration: none; font-style: italic;}
#content a:active   {color:#AC4757; text-decoration: none; font-style: italic;}

