/* DVD CSS File */

/* Define table background color & font for title & footer*/

td.heading
{
  font-family: times,roman;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  color: #0033FF;
  background-color: #FFCC00;
}

/* Define table background color & font for body*/

body
{
  font-family: times,roman;
  font-size: 11pt;
  color: #0033FF;
  background-color: #FFCC00;
}

/* Creating rollover links named 'navbar' */

a.navbar
{
  float: left;
  width: 100px;
  padding: 6px;
  border-right: 1px groove white;
  border-left: 1px groove white;
  border-top: 1px groove white;
  border-bottom: 1px groove white;
  font-family: arial,helvetica;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

a.navbar:link
{
  color: white;
  background-color: #0033FF;
}

a.navbar:hover
{
  color: #FFCC00;
  background-color: #6699FF;
}

a.navbar:active
{
  color: #FF0000;
  background-color: #6699FF;
}

a.navbar:visited
{
  color: white;
  background-color: #0033FF;
}
