body {
color: white;
background: black;
}

table {
align: center;
margin-left:auto;
margin-right:auto;
text-align: center;
}

.arrow {
width: 220px; 
color: #555555;
font-size: 90px
}

.image {
width: 220px; 
height: 220px;
a:link    {color:white;}
a:visited {color:white;}
}

img {
border-color: white;
border-width: 1px;
border-style: solid;
}
a {text-decoration: none; color: #555555; font-size: 2em;}
a:hover {color: #dddddd; text-indent: 0;}
a:hover img {border: 1px solid #ddd;}
#title {color: #555555; font-size: 3em;}
#smile {position: absolute; top: 10px; left: 10px; background: white; color: black; text-decoration: none;}
body > #smile {position: fixed; top: 10px; left: 10px; background: white; color: black; text-decoration: none;}
#smile:hover {background: #111;}

