@charset "utf-8";
/* CSS Document */

#main {
  text-align: left;
  width: 900px;
  background-color: #988a5d;
  padding-left: 24px;
  padding-right: 23px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-color: black;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width:  1px;
  border-style: solid;

}

a:active {  color: #5c8ae7; text-decoration: none; }
a:visited {  color: #5c8ae7; text-decoration: none}
a:link { color: #5c8ae7; text-decoration: none;}
a:hover { color: #2368f3; text-decoration: underline;}
