A:link{
color:Red;
text-decoration:underline;
}
A:visited{
color:Aqua;
text-decoration:underline;
}
A:HOVER{
color:Fuchsia;
text-decoration:underline;
}
A:active{
color:Yellow;
text-decoration:underline;
}
BODY{
background-image:url(back.jpg);
}
DIV.center{
margin-top:10%;
color:yellow;
font:600 11pt Arial,sans-serif;
width:auto;
height:auto;
text-align:center;
}
IMG.photo{
color:Black;
}
P{
margin-left:10%;
color:yellow;
font:11pt Arial,sans-serif;
}
