﻿#navlist li
{
display: inline;
list-style-type: none;
margin: 0; 
padding: 0;
padding-left: 0;

}
#navlist ul

{ margin: 0; 
  padding: 0;
  list-style-type: none;
  padding-left: 0;
  list-style: circle;

}

a:link {
    color: #0000FF;
    text-decoration: underline;
    
}
a:visited {
    color: #800080;
    text-decoration: underline;
}
a:active {
    color: #FF0000;
    text-decoration: underline;
}

body 
{
	font-family:  TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
}
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}
