.content {
  
  position: relative;
  z-index: 1;
  padding: 20px;
  
}

.center {
  
  text-align: center;
  
}

.page, .pageHeader, .pageContent, .pageLeftPanel, .pageRightPanel, .pageFooter {
  
  width: 100%;
  
}

.pageContent, .pageLeftPanel, .pageRightPanel {
  
  min-height: auto;
  
}

p {
  
  font-size: 12pt;
  font-family: tahoma;
  color: black;
  background: none;
  line-height: 10pt;
  margin-left: 0;
  margin-right: 0;
  
}

h1 {
  
  font-family: Tahoma;
  font-weight: bold;
  font-size: 32pt;
  color: black; 
  
}


h2 {
  
  font: 16pt "Tahoma";
  font-weight: bold;
  line-height: 20pt;
  
}

h3 {
  
  font: 14pt "Tahoma";
  font-weight: bold;
  line-height: 15pt;
  
}

.table, table {
  
  font-size: 10pt;
  font-family: sans-serif;
  color: black;
  background: none;
  line-height: 10pt;
  margin-left: 10pt;
  margin-right: 10pt;
  width: 75%;
  margin: 10px auto;
  border-collapse: collapse;
  
}

td {
  
  background-color: #40E0D0;
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
  
}

td a img {
  
  display: block;
  margin: auto;
  
}

td a {
  
  display: block;
  
}

table tr:first-child td {
  
  font-weight: bold;
  
}

table:last-of-type td {
  
  color: #FF0000;
  font-size: 12px;
  
}

img {
  
  max-width: 100%;
  display: block;
  margin: 10px auto;
  
}

button {
  
  margin: 5px;
  
}

.time-box,
.welcome-box {
  
  background-color: #AFEEEE;
  padding: 1px;
  width: 254px;
  margin: 0 auto;
  
}

.copyright-box {
  
  background-color: #AFEEEE;
  padding: 2px;
  border: 1px solid #000;
  width: 400px;
  margin: 10px auto;
  font-size: 12px;
  font-family: tahoma;
  color: #000;
  
}

a:link.1 {
  
  color: #0000FF;
  
}

a:visited.1 { 
  
  color: #9999FF; 
  
}

a:hover.1 { 
  
  font-size: 150%; 
  
}

a:link.2 { 
  
  color: #0000FF; 
  
}

a:visited.2 { 
  
  color: #9999FF; 
  
}

a:hover.2 { 
  
  background: #CCCCCC; 
  
}

a:link.3 { 
  
  color: #FFFFFF; 
  
}

a:visited.3 { 
  
  color: #CCCCCC; 
  
}

a:hover.3 { 
  
  font-size: 120%; 
  
}