a:active, a:link, a:visited {
  color: rgb(0,0,255);
  text-decoration: none;
}
a:hover {
  color: rgb(255,0,0);
  text-decoration: none;
}
body {
  background-color: rgb(255,255,255);
}
br {
  font-size: 18px;
}
form {
  margin: 0px;
}
hr {
  background-color: lightgreen;
  color: lightgreen;
  height: 3px;
}
.title1 {
  color: rgb(0,0,0);
  font-family: "Tempus Sans ITC";
  font-size: 36px;
}
.title2 {
  color: rgb(0,0,0);
  font-family: "Tempus Sans ITC";
  font-size: 30px;
  background-image:url(images/vague.png);
  background-position: center center;
  background-repeat:no-repeat;
}
.title3 {
  color: rgb(0,0,0);
  font-family: "Tempus Sans ITC";
  font-size: 24px;
}
.text1 {
  color: rgb(0,0,0);
  font-family: "Comic sans MS";
  font-size: 18px;
}
.text2 {
  color: rgb(0,0,0);
  font-family: "Comic sans MS";
  font-size: 14px;
}
.welcomeHolder {
  position: relative;
  width: 100%;
}
.welcomeMessage {
  color: white;
  font-family: "Comic sans MS";
  font-size: 24px;
  height: 362px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

