
body, td, th {

	background-image: navita.jpg;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-y;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}


a:link {
	color: #002666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002666;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #666;
}


