a:link
{
	color: rgb(177, 118, 58);
}
a:active
{
	color: rgb(0, 0, 128);
}
a:visited
{
	color: rgb(148, 162, 177);
}
body
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
    font-family: Arial;
    
}

table, th, td {border-color: rgb(250, 188, 123)}

h1, h2
{
	color: rgb(0, 0, 128);
}

h3, h4, h5, h6 {color: rgb(177, 118, 58)}

hr
{
	color: rgb(250, 188, 123);
	border: 1px solid  #FABC7B;
}

horiz-navtxt
{
	color: rgb(165, 186, 224);
	font-style: normal;
	font-weight: normal;
}

navtxthome, navtxtnext, navtxtprev, navtxtup
{
	color: rgb(177, 118, 58);
	font-style: normal;
	font-weight: normal;
}