A.shortcut:link { 
  COLOR: white; 
  TEXT-DECORATION: none; 
  background-color: #8080FF;
  font-weight: 600;
  font-size: 10pt;
  font-family: tahoma;
  width: 120px;
  height: 22px;
  text-align: center;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #8080FF;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #8080FF;
  border-left: none;
  border-right: none;
}

A.shortcut:visited { 
  COLOR: white; 
  TEXT-DECORATION: none; 
  background-color: #8080FF;
  font-weight: 600;
  font-size: 10pt;
  font-family: tahoma;
  width: 120px;
  height: 22px;
  text-align: center;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #8080FF;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #8080FF;
  border-left: none;
  border-right: none;
}

A.shortcut:hover {
  color: #C0FFC0;
  TEXT-DECORATION: none; 
  background-color: #404040;
  font-weight: 600;
  font-size: 10pt;
  font-family: tahoma;
  width: 120px;
  height: 22px;
  text-align: center;
  border-top-width: 3px;
  border-top-style: double;
  border-top-color: black;
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: black;
  border-left: none;
  border-right: none;
}

A.stats:link { 
  COLOR: #FFFF80; 
  TEXT-DECORATION: none; 
  background-color: #8080FF;
  font-weight: 600;
  font-size: 10pt;
  font-family: tahoma;
  text-align: center;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #8080FF;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #8080FF;
  border-left: none;
  border-right: none;
}

A.stats:visited { 
  COLOR: #FFFF80; 
  TEXT-DECORATION: none; 
  background-color: #8080FF;
  font-weight: 600;
  font-size: 10pt;
  font-family: tahoma;
  text-align: center;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #8080FF;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #8080FF;
  border-left: none;
  border-right: none;
}

A.stats:hover {
  color: #FFFF80;
  TEXT-DECORATION: none; 
  background-color: #8080FF;
  font-weight: 600;
  font-size: 10pt;
  font-family: tahoma;
  text-align: center;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #8080FF;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: red;
  border-left: none;
  border-right: none;
}

td.filler {
  COLOR: white; 
  TEXT-DECORATION: none; 
  background-color: #C0C0C0;
  font-weight: 600;
  font-size: 11pt;
  font-family: tahoma;
  height: 22px;
  text-align: center;
  border-top: solid 3px white;
  border-bottom: solid 3px white;
  border-left: none;
  border-right: none;
}

A.software:link {
  COLOR: white; 
  TEXT-DECORATION: none; 
  background-color: #808080;
  font-weight: 600;
  font-size: 11pt;
  font-family: tahoma;
  border: inset 1px black;
  width: 180px;
  height: 30px;
  text-align: left;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  padding-left: 7px;
  padding-top: 3px;
}

A.software:visited {
  COLOR: white; 
  TEXT-DECORATION: none; 
  background-color: #808080;
  font-weight: 600;
  font-size: 11pt;
  font-family: tahoma;
  border: inset 1px black;
  width: 180px;
  height: 30px;
  text-align: left;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  padding-left: 7px;
  padding-top: 3px;}

A.software:hover {
  COLOR: #FFFF80; 
  TEXT-DECORATION: none; 
  background-color: #FF4040;
  font-weight: 600;
  font-size: 11pt;
  font-family: tahoma;
  border: inset 1px black;
  width: 180px;
  height: 30px;
  text-align: left;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  padding-left: 7px;
  padding-top: 3px;
}

TR.software {
  height: 32px;
}

div.software {
  overflow: auto;
  height: 100%;
}

H1 {
  font-size: 18pt;
  text-decoration: underline;
  font-family: tahoma;
  font-weight: bold;
  color: black;
  text-align: left;
}

H2 {
  font-size: 14pt;
  text-decoration: underline;
  font-family: tahoma;
  font-weight: bold;
  color: navy;
  text-align: center;
}

H3 {
  font-size: 11pt;
  font-family: tahoma;
  font-weight: normal;
  color: black;
  text-align: left;
}

H4 {
  font-size: 11pt;
  font-family: tahoma;
  font-weight: normal;
  color: black;
  text-align: center;
}