body {
  background: white;
  /*font-family: "robotica", "helvetica neue", "lucinda sans unicode", "sans serif";*/
}

header {
  padding: 10px 10px 10px 10px;
	background:#CCCCCC;
	color: #333;
	text-align:left;
}

div.linkgroup {
    border-bottom: 2px solid #008BFF;
    padding: 5px 5px 5px 5px;


}

span.linkgroupname {
  font-weight: bold;
}
div.linkgroup.a:link {
    color: black;
    text-decoration: none;
}

div.linkgroup.a:visited {
    color: black;
    text-decoration: none;
}

div.linkgroup.a:hover {
    color: blue;
    text-decoration: underline;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}
