body, * {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.logo {
	margin-right: 20px;
	width: 60px;
	float: left;
}

ul li {
	margin-bottom: 5px;
	list-style-type: none;
	margin-left: -10px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: silver;
	background-color: black;	
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 25px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
}

.clear {
	clear: both;
}

.offline {
	color: silver;
}

ul li.url {
  list-style-type: circle;
}

table {
  width: 100%;
}

tr {
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
  background-color: silver;
}

td {
  font-weight: normal;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 3px;
  padding-right: 10px;
}

td input[type="text"] {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

td a.link {
  color: blue;
  font-size: 10px;
}

td a:hover.link {
  text-decoration: underline;
  background-color: #fff;
}