
a:visited {color:blue}  /* visited link */
a:hover {color:white}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */
a:{text-decoration:none}
body
{
margin:0;
padding:0;
font-family:"courier new";
}
.container
{
position:relative;
width:100%
}
.right
{
position:absolute;
right:0px;
width:300px;
background-color:#b0e0e6;
}


