a:link { color: #B5CEFF; text-decoration: underline; }
a:visited { color: #B5CEFF; text-decoration: underline; }
a:focus { color: White; text-decoration: underline; }
a:hover { color: White; text-decoration: underline; }
a:active { color: #B5CEFF; text-decoration: underline; }
      
body {
  color: #B5CEFF;
  font-family: Verdana;
  font-size: 11pt;
  background-color: #0D4D94;
  background-image: url("Background.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

h2 {
  font-size: 13pt;
  padding-top: 6px;
}
      
h3 {
  font-size: 10pt; 
}

table.Content {
  width: 80%;
  text-align: left;
}

table.Content td.Screenshot {
  padding: 15px;
  text-align: center;
}

table.Content td.Text {
  padding: 15px;
}

table.Content td.Shoutbox {
  vertical-align: middle;
}

div.Partner {
  width: 90%;
  padding: 15px;
  margin-top: 40px;
  text-align: center;
  font-size: 8pt;
}

div.NoteBox_Warning {
  background-color: #FFFFBB; 
  padding: 1px; 
  width: 70%;
}

div.NoteBox_Warning  div {
  font-size: 8pt;
  border: 1px solid orange; 
  padding: 10px; 
  color: black; 
  min-height: 40px; 
  text-align: left;
  line-height: 0.9em;
}

div.NoteBox_Info {
  background-color: #FFFFFF; 
  padding: 1px; 
  width: 70%;
}

div.NoteBox_Info  div {
  font-size: 8pt;
  border: 1px solid #6A6AFF; 
  padding: 10px; 
  color: black; 
  min-height: 40px; 
  text-align: left;
  line-height: 0.9em;
}

div.NoteBox_Info  a:link {
  color: black;
}

div.NoteBox_Info  a:visited {
  color: black;
}

div.NoteBox_Info  a:focus {
  color: black;
}

div.NoteBox_Info  a:hover {
  color: #333333;
}

div.NoteBox_Info  a:active {
  color: black;
}