body {
    background-color: #e4e4e4;
    color: #ffffff;
    font-size: 81%;
    line-height: 1.3; /* times current font-size in all children */
    font-family: verdana;
}
body2 {
    background-color: #e4e4e4;
    color: #ffffff;
    font-size: 81%;
    line-height: 1.3; /* times current font-size in all children */
    font-family: verdana;
}
h1 {
    margin: 15px 0; /* top-bottom, sides */
    font-weight: bold;
    font-size: 120%;
}
p {
    margin: 15px 0;
    text-align: justify;
}
a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
a:hover { /* only what changes needs setting */
    text-decoration: underline;
}
b:hover { /* only what changes needs setting */
    text-decoration: underline;
}
#container {
    margin: 0 auto; /* centers unfloated box with width */
    border: 6px solid white;
    width: 700px;
    background-color: #1059a6;
}
#header {
    border-bottom: 6px solid white;
    height:200px;
    background-image: url("fasttracklogo1.jpg");
}
#nav {
    float: right; /* move the list all right */
    margin: 15px 100px 0 0; /* top, right, bottom, left */
    padding: 0;
    font-size:11px;
    text-align: center;
}
#nav li {
    float: left; /* sort items left-right */
    list-style: none;
}
#nav a {
    float: left;
    margin: 0 5px;
}
#nav .current a { /* selector weight=100/10/1 overrides the hover weight=1/10 */
    color: #cccccc; /* marks current page link */
    cursor: default; /* avoids click on current page */
    text-decoration: none;
}
.content {
    clear: both; /* stay clear from all floats above */
    padding: 0 35px 35px; /* top, sides, bottom */
}
#footer {
    margin: 0 auto; /* centers div */
    width: 700px;
    color: #000000;
    text-align: center;
    font-size: 75%;
}
#footer a{
}
.style1 {color: #FFFFFF}

