.ink {color: #f9db75}
.white {color: rgb(255, 255, 255)}
.whitetitle { font-variant: small-caps; color: rgb(255, 255, 255) }


a:link
{
font-variant: small-caps;
color: #00ff00; 
text-decoration: underline;
}

a:visited
{
font-variant: small-caps;
color: #008000; 
text-decoration: underline;
} 

a:hover 
{
font-variant: small-caps;
color: #ffff00;
background-color: #800000;
text-decoration: underline;
}

body
{
background-image: url('background_3.jpg');
background-repeat: repeat;
background-attachment:fixed;
background-position:center center;

}


p, ol, ul, table 
{
font-family: serif;
color: #f9db75;
}


h1, h2, h3, h4, h5, h6
{
font-family: sans-serif;
color: #ffff00;
}


table
{
table-border-color-light: rgb(204, 153, 255);
table-border-color-dark: rgb(204, 0, 204); 
}

hr{
height:3px;
border:0;
background:url(path/to/image.gif) repeat-x;
}



