html {
position : absolute;
}

body {
height : 50px;
font-family : Arial;
}

img {
border-width : 0;
border : none;
border-style: none;
margin: 10px
}

a:link {
color : blue;
text-decoration : none;
font-weight : normal;
font-style : normal;
}

a:visited {
color : blue;
text-decoration : none;
font-weight : normal;
font-style : normal;
}

a:hover {
color : red; 
text-decoration : none;
font-style : normal;
}

a:active {
color : red;
text-decoration : none;
font-style : normal;
}
