.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e6e6e6;
  color: #000;
}

.nav > li.active2 {
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	padding: 10px 15px;
}

h1 {
	padding-bottom: 20px;
}

h3 {
	padding-top: 20px;
	padding-bottom: 5px;
}

h2 table.list3 {
	margin-left: 30px;
}

table.list3 {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}

table.list3 input {
	font-size: 14px;
}

table.list3 th {
    background-color: #aaa;
    border: 1px solid #777;
    padding: 10px;
}
table.list3 th h2 {
    margin: 0;
    padding: 0;
}
table.list3 td {
    border: 1px solid #777;
    padding: 10px;
}
table.list3 a:hover {
    color: #000000;
    text-decoration: underline;
}
table.list3 tr:nth-child(2n) {
    background-color: #f0f0f0;
}
table.list3 tr:nth-child(2n+1) {
    background-color: #d0d0d0;
}
table.list3 tr:hover {
    background-color: #ffcc00;
}