/*
$Id: style.css,v 1.1.1.1 2008-07-21 05:13:09 ead Exp $
*/

body {
/*  background-color: rgb(253,251,242); /* eggshell */
/*  background-color: rgb(247,245,242); /* eggshell2 */
    background-color: white;
/*  color: rgb(0,0,0); */
    color: #333;
    line-height: 1.3;
/*  font-family: Helvetica, sans-serif, Verdana, Arial; */
    font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
/*  font-size: 10pt; */
/*  font-size: small; */
    margin-left: 16%;
    margin-right: 17%;
}

h1 {
    color: rgb(5,50,55); /* hunter green */
    font-weight: 900;
}

h2 {
    color: rgb(214,131,28); /* BabasChess wood3 */
    font-weight: 900;
}

p {
    text-align: justify;
}

li {
    text-align: justify;
}

hr {
    color: black;
}

a {
    color: #0D0D8C;
}

a:visited {
    color: #151540;
}

a:hover {
    color: red;
}

a:active {
    background-color: white;
}

/* end */
