* {
   font-family: verdana;
   font-size: 12px;
   }

body {
   margin: 0;
   padding: 0;
   }

h1 {
   font-size: 16px;
   }

p {
   width: 500px;
   text-align: justify;
   font-size: 12px;
   }

a.button {
   display: block;
   width: 444px;
   height: 93px;
   background-image: url('cixbutton.jpg');
   background-repeat: no-repeat;
   }

a.button:visited {
   display: block;
   width: 444px;
   height: 93px;
   background-image: url('cixbutton.jpg');
   background-repeat: no-repeat;
   }

a.button:hover {
   display: block;
   width: 444px;
   height: 93px;
   background-image: url('cixbutton2.jpg');
   background-repeat: no-repeat;
   }

a {
   color: darkblue;
   font-size: 11px;
   font-weight: bold;
  }

a:visited {
   color: darkblue;
   font-size: 11px;
   font-weight: bold;
  }

a:hover {
   color: green;
   font-size: 11px;
   font-weight: bold;
  }