body {
  background-color: #8080ff
}

h1 {
font-size: 20px;
}

h2 {
font-size: 17px;
margin-left: 20px;
margin-right: 20px;
}

li {
 font-size: 14px;
}

td {
 font-size: 14px;
}


p {
 font-size: 14px;
 margin-left: 20px;
 margin-right: 20px;
}

.central-table {
  background-color: white;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
} 

.spacer {
  height: 20px;
  width: 100%;
}

table#menu td {
 margin: 0;
 padding: 0;
 text-align: center;
 background: #00c0c0;
 border-top: 1px solid black;
 border-right: 1px solid black;
 border-left: 1px solid black;
 border-bottom: 1px solid black;
 color: red;
 font-weight: bold;
 width: 150px;
 height: 25px;
}

table#menu td.this-page {
  background: red;
  color: white;
}

table#menu td:hover,table#menu a:hover {
  background: #000080;
  color: white;
}

table#menu a:visited, table#menu a:link,table#menu a:active {
  color: white;
}

ul#service li.top {
  margin: 10;
  padding: 10;
}

table.pretty-table {
  border: 1;
  border-style: groove;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

table.pretty-table td {
  border: 1px solid black;
}

table.pretty-table td.table-head,table.pretty-table th {
  border: 1px solid black;
  text-align: center;
  font-weight: bold;
}

.boston-speed-form
{
  border: 1px black solid;
  width: 200px;
  background-color: #a0f0f0;
}

.boston-speed-table
{
}

.boston-error
{
  font-weight: bold;
  color: red;
}

.boston-result
{
  font-weight: bold;
  color: #404080;
}

.boston-spacer
{
  width: 10px;
  height: 100%;
}

table.boston-pretty-table {
  border: 1;
  border-style: groove;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

table.boston-pretty-table td,table.boston-pretty-table th {
  border: 1px solid black;
}



.button {
 color: white;
 background: #0fa0f0;
 font-weight: bold;
 border: 3px outset #0fa0f0;
}

.prompt {
 font-weight: bold;
}

.tech {
 font-weight: bold;
 color: red;
}

dt {
  font-weight: bold;
  font-size: 16px;
}

dd {
  font-weight: bold;
  font-size: 12px;
}


input,textarea,select {
  border: 1px solid;
  background: pink;
}

.float-left
{
  float: left;
  margin: 10px;
}

.author {
  font-weight: bold;
  font-style: italic;
}

.emph 
{
  font-weight: bold;
  color: #c04040;
}

.faq-links
{
  border: 1px solid black;
  border-collapse: collapse;
}

.faq-links td
{
  font-weight: bold;
}  
