body {
background-color:#000;
background-image:url(images/bg.png);
background-repeat:repeat-y;
background-position:50% 0%;
background-attachment:fixed;
margin:0px;
color:grey;
}

a {color:#4E0A05;text-decoration:underline;}
a:visited {color:#2A092F;text-decoration:none;}
a:hover {color:#770000;text-decoration:underline;}

.menu {font-weight:bold;}
a.menu {color:#4E0A05;font-weight:bold;text-decoration:underline;}
a.menu:visited {color:#2A092F;text-decoration:none;}
a.menu:hover {color:#770000;text-decoration:underline;}

.section { color:#fce5bb;font-weight:bold; font-style:italic; font-size: 130%; font-family: Monotype Corsiva; }
a.section {color:#fff;text-decoration:none;}
a.section:hover {color:#fff;text-decoration:underline;}
a.section:visited {color:#fff;text-decoration:none;}


