/* background color for the content part of the pages */
Body
{
    background-image: url("/images/bluegerman.jpg");
}



a {font-family: "Comic Sans MS", Calibri, Sans-Serif; font-size: 14px;}
a:link {color: white; text-decoration: none;}
a:visited {color: #ff0000; text-decoration: none;}
a:hover {color: #990000; text-decoration: none;}
a:active {color: #cc99ff; text-decoration: none;}
