div.menutext { 
  color: black;
  background-color: transparent;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: none;
  padding: none;
} 
a.menutext { 
  color: black; 
  background-color: transparent;
  font-family: sans-serif; 
  font-weight: 600; 
  text-decoration: none; 
  font-size: 14px; 
} 
a.menutext:hover { 
  color: white; 
  background-color: transparent; 
  text-decoration: underline; 
} 
 
div.slogan { 
  text-align: right; 
  font-family: sans-serif; 
  font-weight: 500; 
  font-size: 14px; 
  font-style: italic; 
} 
 
h1 { 
  font-family: sans-serif; 
  font-weight: 400; 
  font-size: 22pt; 
} 
h2 { 
  font-family: sans-serif; 
  font-weight: 400; 
  font-size: 16pt; 
} 
p, div, li { 
  font-family: sans-serif; 
  font-size:10pt; 
} 
table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid gray;
  border-bottom: none;
  height: 0;
}
 
div.footer { 
  color: #c0c0c0; 
  background-color: transparent; 
  text-align: center; 
  font-family: sans-serif; 
  font-weight: 600; 
  font-size: 8pt; 
} 
a.footer{ 
  color: #c0c0c0; 
  background-color: transparent; 
  text-align: center; 
  font-family: sans-serif; 
  font-weight: 600; 
  font-size: 8pt; 
  text-decoration: none; 
} 
a.footer:hover { 
  text-decoration: underline; 
}

table.setup {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%
}
.setup-header {
	border: 1px solid gray;
}
td.setup {
}
a.command {
	text-decoration: none;
	background-color: transparent;
	border: none;
}
a.command:hover {
	text-decoration: underline;
	background-color: #606060;
	color: white;
	border: none;
}
