* {
        padding:0;
        margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl { margin:1em 0; }

a img{ border:none; }

body{
  background:#FFF;
  color:#000000;
  font-size:11px;
  font-family:Verdana, Arial, sans-serif;
  text-align:center;
}

#main{
  background:#FFF; 
  border-left:2px solid #000;
  border-right:2px solid #000;
  width:950px;
  margin:0 auto;
  text-align:left;
  padding:0 5px 0 5px;
}

#header{
  background:#FFF;
  width:100%;
  overflow:hidden;
}

#header h1{
  font-size:2.25em;
  margin:0 auto;
  width:100%;
  text-align:center;
  padding:0 0.5em 0.25em 0;
}

#header p{
  padding:0 0 0 0;
  margin:0 auto;
  width:center;
  text-align:center;
}

#header p a, #header p a:visited {
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: BOLD;
}
#header p a:hover{
  text-decoration: underline;
  color:#000;
  FONT-WEIGHT: BOLD;
}

#enter {
  background:#FFF;
  width:100%;
  font-size:12px;
  overflow:hidden;
  text-align:center;
  padding:30px 0 30px 0;
  FONT-WEIGHT: bold;
}

#enter a, #enter a:visited {
  font-size: 14px;
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: bold;
}

#enter a:hover {
  font-size: 14px;
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: bold;
}

#cats{
  background:#FFF;
  font-size:11px;
  FONT-WEIGHT: bold;
  width:860px;
  margin:0 auto;
  padding:20px 20px 20px 20px;
}

#cats h1 {
  width:100%;
  text-align:center;
  color:#000;
  margin:0 auto;
  font-size:20px;
  padding:0;
  margin:0;
}

#cats td{
  text-align:center;
  border:1px solid #000;
  padding:3px 3px 3px 3px;
  width:20%;
  FONT-WEIGHT: normal;
  font-size: 11px;
}

#cats a, #cats a:visited{
  font-size: 14px;
  text-decoration: underline;
  color:#000;
  FONT-WEIGHT: bold;
}

#cats a:hover{
  text-decoration: none;
  color:#000066;
  FONT-WEIGHT: bold;
}


#footer{
  clear:both;
  color:#939393;
  margin:0 auto;
}

#footer .inside{
  padding:1em 0;
}
#footer p{
        margin:0;
        font-size:0.95em;
}

#footer a, #footer a:visited{
  font-size: 1em;
  text-decoration: none;
  color:#FF0099;
  FONT-WEIGHT: normal;
}
#footer a:hover{ 
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}

#footer p.top{ 
  text-align:center;
  FONT-WEIGHT: bold;
  color:#000;
}

#footer p.top a{
  font-size: 1em;
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}
#footer p.top a:visited{ 
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}
#footer p.top a:hover{ 
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}


#footer p.left{ float:left; }
#footer p.right{ float:right; }
#footer p.right a, #footer p.right a:visited{
  padding:0 0 0 1em;
  text-decoration:none;
  color:#525252;
  FONT-WEIGHT: bold;
}
#footer p.right a:hover{
  color:#000;
  FONT-WEIGHT: bold;
}


