body
{
  background-image : url("images/menu_col.jpg");
  background-attachment : fixed;
  background-color : white;
}

H1
{ 
  color : red;
  text-align : center;
}

H2
{ 
  color : white;
}

H3
{ 
  color : white;
}

H4
{ 
  color : white;
}

H5
{ 
  color : white;
  font-size : 12pt;
}

H6
{ 
  color : white;
}

a:link
{ 
  font-size : 12pt;
  text-decoration : bold;
  color : red;
}

a:hover
{ font-size : 12pt;z
  text-decoration : bold;
  color : blue;
}

