/* DEFAULT STYLES */

* { padding:0; margin:0; }

body {
  background-image: url("images/banner.jpg");
  background-position: 50% 1px;
  background-repeat: no-repeat;
}

a.menu:active {text-decoration: none; color: black;}
a.menu:visited {text-decoration: none; color: black;}
a.menu:link {text-decoration: none; color: black;}
a.menu:hover {text-decoration: underline; color: black;}

.style2 {font-size: 24px; font-weight: bold; }