

a { text-decoration: none;
}
a:hover { color: red;
background-color: #33FF33; 
text-decoration: none;
}


.page
{
width: 940px;
min-height : 1200px;
height: auto;
margin-right: auto;
margin-left: auto;
border-width:16px;
border-color:rgb(36,158,156);
border-style:solid;
background-color: rgb(252,254,204);


}






