.fj {color: #A00000;}
a.fj:visted {color: red;}
a.fj:hover {color: red;}
a.fj:active {color: white;}

body {background-image:url("bgs/bg.gif");
font-family: Courier; }
table, th, td {
   border: 0px solid MEDIUMSLATEBLUE;
}
div {color:DarkBlue}
h1 {color:MEDIUMSLATEBLUE}
H3 {color:#6513f9}
H2 {color:#6513f9}
p {color:#6513f9; font-size:18px}
a {font-size:15px}

a:link {
    color: MEDIUMSLATEBLUE;
}

a:visited {
    color: MEDIUMSLATEBLUE;
}

a:hover {
    color: LightBlue;
}

a:active {
    color: White;
}

#footer {
    position: fixed;
    top: 0;
    width: 100%;



