body {background-color: #00FFFF;
}

p{text-align: justify;}

A:link{text-decoration:none;
color: #008000;
font-weight: bold;
}

A:visited {
color: #8A2BE2;
 text-decoration: none;
font-weight: bold;
 }

A:hover {
 color: #ff6347;
  text-decoration: underline;
 
 }

body{
ondragstart:return false;
onselectstart: return false;
oncontextmenu: return false;
}