



BODY {
	background-image:url('icewater.jpg');
	
      margin-top: 0px;
      margin-left: 0px;
      margin-bottom: 0px;

}

body
{
 height:1000px;
 background-color:lightblue;
}
body::-webkit-scrollbar 
{
 width: 15px;
}
body::-webkit-scrollbar-track 
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius:10px;
}
body::-webkit-scrollbar-thumb
{
 background-color: red;
 border-radius:10px;
}
div
{
 margin-top:200px;
 text-align:center;
 color:white;
 font-size:22px;
 font-family:helvetica;
}
a:link {text-decoration: none; color: darkgreen;}

a:visited {text-decoration: none; color: gray;}

a:active {text-decoration: none; color: orange;}





p {

      font-family: Verdana, times new roman, sans-serif;

      font-size: 18px;

      color: #000099;

     margin-left: 15px;

      margin-right: 15px;

      margin-top: 20px;

      margin-bottom: 15px;}



