body{
   width: 98%;
   height: 98%;
   background-color:#cfe1ed;
   }
h1
{
color:blue;
text-align:center;
font-family:"Times New Roman";
font-size:40px;
}
h2
{
color:blue;
text-align:center;
font-family:"Times New Roman";
font-size:20px;
}
p
{

font-family:"Times New Roman";
font-size:20px;
}

a:link {color:yellow;text-decoration:none;}
a:visited {color:yellow;text-decoration:none;}
a:hover {color:lightgreen;text-decoration:none;}
a:active {color:white;text-decoration:none;}