/* CSS Document */
body {
  background-color: #FFFFFF;
  background-image: url("../images/hb.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
}

h1 {
  font: italic bold 30px arial, sans-serif;
  color: #FFFFFF;
  background-color: #000000;
}

h2 {
  font: normal bold 15px arial, sans-serif;
  color: #FFFFFF;
}

p {
	font: italic bold 15px arial, sans-serif;
}

a:link {
  color: #660099;
}


a:visited {
  color: #660099;
}

