a.subnavbar:link{
	color: #000000;
	text-decoration: none;
}
a:link{
	        text-decoration: none;
        color: 000000;
	}
a.subnavbar:visited {
	text-decoration: none;
	color: #000000;
}

a.subnavbar:hover {
	text-decoration: underline;
}



body {
        background-image: url(images/background.jpg);
        background-repeat: repeat;
        margin-top: 0px;
}