body {
    font-family: "Times New Roman", arial, helvetica;
}


#tabs {
	border-bottom: .5em solid rgb(0%,50%,50%);
	margin: 0;
	padding: 0;
}

#tabs li { 
	display:inline; 
	border-top: .1em solid rgb(0%,50%,50%);
	border-left: .1em solid rgb(0%,50%,50%);
	border-right: .1em solid rgb(0%,50%,50%);
}

#tabs li a {
	text-decoration: none;
	padding: 0.25em 1em;
	color: #000;
}

#page1 #tabs li#tab1 a,
#page2 #tabs li#tab2 a,
#page3 #tabs li#tab3 a,
#page4 #tabs li#tab4 a,
#page5 #tabs li#tab5 a,
 .page6 li#tab6 a 
{
	padding: 0.25em 1em;
	background-color: rgb(0%,50%,50%);
	color: #fff;
}

