.leftcollum{
position: absolute;
float: left;
}
 
.rightcollum{
position: absolute;
left: 195px;
top: 100px;
table-align: center
text-align:left;
margin-right: 90px;
}

.title{
text-align: center;
top: 0px;
left: 0px;
right: 0px;
border-bottom: 1px solid black;
}

a:link{
color: black;
text-decoration: link;
}

a:hover{
color: blue;
}

a:visited{
color: black;
text-decoration: underline;
}

.bottom{
position:absolute;
margin-bottom:5px;
margin-left:3px;
margin-top:750px;
}