a:link      { text-decoration: underline }
a:visited   { text-decoration: underline }
a:hover     { text-decoration: underline }
a:active    { text-decoration: underline }

body { 
    font-size: 10pt; font-family: Verdana,Arial,Helvetica;
    color: black; 
    margin-left: 3em; margin-right: 1em; 
}
td, th, table { 
    font-size: 10pt; font-family: Verdana,Arial,Helvetica;
    color: black; vertical-align: top;
    margin-left: 0em; margin-right: 0em; 
}
p.section { 
    font-weight: bold; background: saddlebrown; color: white;
    text-indent: 1em;   
}
.login { 
    font-size: 10pt; font-family: Verdana,Arial,Helvetica;
    color: #990000; font-weight: bold; 
}
ul, li { 
    list-style-type: square; list-style-position: outside;
    font-size: 10pt; font-family: Verdana,Arial,Helvetica;
    margin-left: 2px; margin-right: 0em;
    padding-left: 0em; text-indent: 0px;
    color: black; 
}
ul.purple { 
    list-style-type: square; list-style-position: outside;
    list-style-image: url('images/BallPurple.gif');
    font-size: 10pt; font-family: Verdana,Arial,Helvetica;
    color: black; 
}
th { 
    font-size: 10pt; font-family: Verdana,Arial,Helvetica;
    color: black; font-weight: bold; 
}
.big { 
    font-size: 18pt; font-family: New Times Roman;
    color: black; font-weight: bold; 
}
hr {
    color: saddlebrown ;
}

.title, h1 { 
    font-style: italic; font-size: 20pt; 
    font-family: Times New Roman; color: Navy; 
}
.subtitle, h2 { 
    font-style: italic; font-size: 16pt; 
    font-family: Times New Roman; color: Navy; 
}

pre, code { 
    font-family: fixed; font-size: 10pt; color: DarkGreen; 
}

.s-button {
    color: white ;
    background-color: saddlebrown ;
    border-radius:4px!important;
    border:none;
    display:inline-block;
    outline:0;
}


