body{
margin:0;
text-align:center;
}

#container{
position: relative;
width:800px; height:550px;
text-align:center;
margin:0 auto;
background-color:white;
}

#container2{
position: relative;
width:800px; height:1300px;
text-align:center;
margin:0 auto;
background-color:white;
}

a.one:link {color: red; text-decoration: none}
a.one:visited {color: red; text-decoration: none}
a.one:hover {color: blue; text-decoration: none}
a.one:active {color: red; text-decoration: none}

a.two:link {color: blue; text-decoration: none}
a.two:visited{color: blue; text-decoration: none}
a.two:hover {color: white; text-decoration: underline}
a.two:active {color: blue; text-decoration: none}

a.three:link {color: blue; background: lightcyan; text-decoration: none}
a.three:visited {color: blue; background: lightcyan; text-decoration: none}
a.three:hover {color: red; background: cornsilk; text-decoration: none}
a.three:active {color: blue; background: lightcyan; text-decoration: none}