/* css for index.html */

body
{
font-family:trebuchet ms; verdana; arial; georgia ms; color:#434221; background-image:url(images/bg.jpg);
background-attachment:fixed;
}
a:link{color: #880000}
a:visited{color: #880000}
a:hover{color: #ff0000}
a:active{color: #880000}
a
{
text-decoration:none;
}
h1,h2,h3,h4,h5,h6
{
text-align:center;
}

p
{
font-size:95%; text-align:left;
text-decoration:none;
}


