body {
        background-color: White;
        margin: 2px;
}
table {
        border: 0px;
        font-size : 12px;
        font-family : Verdana;
        color : Black;
}
h3 {
        text-align: left;
        font-family : Verdana;
        font-size : 13px;
}
h2 {
        text-align: center;
        font-family : Verdana;
        font-size : 18px;
}
p {
        font-family : Verdana;
        font-size : 12px;
        color: black;
        font-weight: normal;
}
ol {
        text-align: left;
        font-family : Verdana;
        font-size : 12px;
        color: black;
        font-weight: normal;
}
a:link {
        color: Black;
        text-decoration : underline;
}
a:visited {
        color: Black;
        text-decoration: underline;
}
a:hover {
        color: Navy;
        text-decoration: underline;
}
a:active {
        color: Navy;
        text-decoration: underline;
}
input {
        background-color: #F4F4F4;
        border-color: #EAE8EA;
        font-family : Verdana;
        font-size: 12px;
        font-weight : bold;
}
select {
        background-color: #F4F4F4;
        border-color: #EAE8EA;
        font-family : Verdana;
        font-size: 12px;
        font-weight : normal;
}

li {
        text-align: left;
        font-family : Verdana;
        font-size : 12px;
        list-style-type : disc;
}
