body
  {
  background-color:#182432;
  margin:0px;
  height:100%;
  font-family:Arial, Verdana, MS Sans Serif, Times New Roman;
  font-size:13px;
  color:#FFFFFF;
  }

h2
  {
  font-size:24px;
  }

a
  {
  color:#FFFFFF;
  }

a:hover
  {
  color:#CFCFCF;
  }

img, table, tr, td
  {
  border:0px;
  }

hr
  {
  color:#FFFFFF;
  size:1px;
  }

ul
  {
  margin-top:0px;
  }

li
  {
  list-style-type:square;
  }

.darkcolor
  {
  background-color:#0C1522;
  }

.lightcolor
  {
  background-color:#172944;
  }

.middlecolor
  {
  background-color:#101F34;
  }

.picture
  {
  border:1px #494949 solid;
  }

.left
  {
  text-align:left;
  }

.center
  {
  text-align:center;
  }

.right
  {
  text-align:right;
  }

.justify
  {
  text-align:justify;
  }

.top
  {
  vertical-align:top;
  }

.bottom
  {
  vertical-align:bottom;
  }