* {
    margin: 0px;
    padding: 0px;
}
body {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 204);
    font-family: Crescent,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
ul.norm {
   margin-left: 15px;
}
li.norm {
   margin-left: 5px;
}
h1, h2, h3, h4 {
    text-align: center;
}
a:link {
    text-decoration: none;
    color: #ff0000;
}
a:visited {
    text-decoration: none;
    color: #800080;
}
a:hover {
    text-decoration: none;
    color: #0000ff;
}
a:active {
    text-decoration: none;
    color:  #ff0000;
}
.surround {
    border: thin solid #cccccc;
}
.colStop {
    clear: both;
}
div.FixWidth {
    padding: 0px;
    width: 766px;
}
div.Indent {
    margin-left: 10px;
}
