/* CSS Document */
body
{
background-color:#fff;
}
a:hover, a:visited
{
color:#990000;
text-decoration: none;
}

a
{
color:#333333;
text-decoration: none;
}

.stripe 
{
background-image: url(images/stripe.gif);
}