/*

 Basic CSS File


*/
#main{
  margin-left: auto ;
  margin-right: auto ;
}
h2 {color: 53ace0;}
img {border: none;}
body {text-align: center;
 }
p { }
td { }
a:link { color: #82b8fc; text-decoration: none;}
a:visited { background-color: transparent; }
a:hover { background-color: transparent; }
a:active { background-color: fuchsia; }
