/* CIMEntertainment style sheet */


body {
  background: #000000;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
}

#middle {
  margin: 0.85em;
  text-align: center;
  float: center;
}

ul#listMenu {
list-style-type: none;
float: center;
background-color: #000000;
color: red;
font-size: 0.6em
font-style: bold;
text-align: center;
margin: 0;
}
ul#listMenu li {
display: inline;
}
ul#listMenu li a {
float: left;
width: 5em;
color: white;
background-color: #0066ff;
padding: 0.2em 1em;
text-decoration: none;
border-right: 2px solid white;
text-align: center;
}
ul#listMenu li a:hover {
background-color: red;
color: white;
font-weight: bold;
}

A:link {
  color: #7f7f7f; 
  text-decoration: none;
}

A:visited {
  color: #7f7f7f;
  text-decoration: none;
}

A:hover {
  color: #ffff00;
  background: #af0000;
  text-decoration: none;
}

A:active {
  color: #ffff00;
  background: #ff0000;
  text-decoration: none;
}
