
a:link {
font-weight: bold;
color: #ed7419;
} 

a:visited {
font-weight: bold;
color: #9c694b; }

a:hover {
color: #dd3c13;
font-weight: bold;
text-decoration: underline; }

body
{	font-family: Times New Roman, Serif;
color: #531700;
background-color: #f2eacd; }
	
ul 
{
list-style-type:square}

a.navbar:link {
color: #b85a13;
text-decoration: none; }

a.navbar:visited {
color: #ef4919;
text-decoration: none; }

a.navbar:hover {
color: #b80f13; }

a.navbar:active {
background-color: #f9ee44; }

