
body {
  background-color: #b5c0d2;
  font-family: Arial;
  font-size: 13px;
  color: #000000;
}

h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
p{
font-size:12px;
}

a:hover{
text-decoration:underline;
}
a{
text-decoration:none;
}