body {
	background-color: #d2ecfc;	
}


p, h1, h2, h3, h4, ul {
  font-family: arial,sans-serif;  
  font-size: 12;
  color: #000000;
}

h1 {
  font-size: 16;
  font-weight: bold;
}

h2 {
  font-size: 15;
  font-weight: bold;
}

h3 {
  font-size: 14;  
  font-weight: bold;
}


A:LINK {
  text-decoration : none;
  color: #ffffff;
}


A:VISITED {
  text-decoration: none;
  color: #ffffff;
}
 

A:HOVER {
  text-decoration: underline;
}
