body{
background:gray;
}
*{
font-family:arial;
}
.left{
border:1px solid black;
background:white;
width:195px;
height:1024px;
padding:5px;
position:absolute;
top:115px;
left:240px;
}
.center{
border:1px solid black;
background:white;
width:365px;
height:1024px;
padding:5px;
position:absolute;
top:115px;
left:450px;
}
.right{
border:1px solid black;
background:white;
width:195px;
height:1024px;
padding:5px;
position:absolute;
top:115px;
left:830px;
}
A:link, A:Visited{
color:blue;
text-decoration:none;
}
A:hover{
color:red;
}