/* CSS Document */

body {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 6px;
color: #999999;

}

#container {

width: 560px;
height: 768px;
position: relative;
margin: 0 auto;
background-color: #333333;
}

a:link {

text-decoration: none;
color: #CCCCCC;

}

a:hover {

background-color: #FF0000;

}

a:visited {

color: #999999;

}