body
{
/* background-color:#d0e4fe; */
background-color:#3f9bff;
width:600px;
position:absolute;
left:100px;
top:25px;
}
h1
{
/* color:sienna; */
color:#000680;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}



a.darkbg:link {color:LightGrey}      /* unvisited link */
a.darkbg:visited {color:LightGrey}  /* visited link */
a.darkbg:hover {color:White}  /* mouse over link */
a.darkbg:active {color:White}  /* selected link */