body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  font-family: Lato,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/*#table1 {
	width: 100%;
	border: 2px solid grey;
	cellspacing: 10px;
	cellpadding: 3px;
}

#table1 tr {
	border-bottom: 1px solid grey;
	
}


*/
#column1 {
	
	width: 30%;
	
}
/*
#column2 {
	
	width: 35%;
	
}

#column3 {
	
	width: 35%;
	
}

#row { 
	color: #0b4b8e;
	text-transform: uppercase;
	border-bottom: 1px solid blue;
	font-weight: bold;
	
}
*/
.style1 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}

.program {
	font-weight: bold;
	text-transform: uppercase;
	color: #0b4b8e;
}

.table_camp {
	width: 800px;
	border: 2px solid grey;
	border-collapse: collapse;
}

.table_camp tr:nth-child(1) {
	font-weight: bold;
	text-transform: uppercase;
	color: #0b4b8e;
}
.table_camp td {
	border: 1px solid grey;
	padding: 5px;
}
.table_camp tr:nth-child(even){
	background: #f3f3f3;
}
.table_camp tr:hover {
	background: lightblue;
}

.table_points {
	width: 100%;
	border: 2px solid grey;
	border-collapse: collapse;
}

.table_points tr:nth-child(1) {
	font-weight: bold;
	text-transform: uppercase;
	color: #0b4b8e;
}
.table_points td {
	border: 1px solid grey;
	padding: 5px;
}
.table_points tr:nth-child(even){
	background: #f3f3f3;
}
.table_points tr:hover {
	background: lightblue;
}

.table_couple {
	width: 800px;
	border: 2px solid grey;
	border-collapse: collapse;
}


#menu {
	
	height: 240px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding-top: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 7px 25px 0 25px;
	background: #0b4b8e;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	width: 120px;
	text-transform: uppercase;
}

#menu a:hover {
	background-image: url(images/img03.gif);
	border-color: #FEDA8D;
	color: #CC0000;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#menu .active a {
	background-image: url(images/img04.gif);
	font-weight: bold;
	color: #479AC6;
	border: 1px solid #0b4b8e;
}

#menu2 {
	display: inline-block;
	float: left;
	width: 200px;
	height: 32px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #0b4b8e;
	color: #ffffff;
}

#menu2:hover {
	background-image: url(images/img03.gif);
	border-color: #FEDA8D;
	color: #CC0000;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#menu2 .active input {
	background-image: url(images/img04.gif);
	font-weight: bold;
	color: #479AC6;
	border: 1px solid #0b4b8e;
}
