p
{
color: black;
font-family: Trebuchet MS;
}



img
{
border: none;
}


a
{
color: blue;
text-decoration: none;
}


a:hover{
color: blue;
text-decoration:underline;}


.enter
{
margin-top: 20px;
border: 1px dashed magenta;
}

.enter:hover
{
margin-top: 20px;
border: 1px dashed deepskyblue;
}

.img
{
border-right: 1px dashed deepskyblue;
border-left: 1px dashed deepskyblue;
border-top: 1px dashed deeppink;
border-bottom: 1px dashed deeppink;
padding: 10px;
}

.img:hover
{
border-right: 1px dashed deeppink;
border-left: 1px dashed deeppink;
border-top: 1px dashed deepskyblue;
border-bottom: 1px dashed deepskyblue;
padding: 10px;
}