
.main{
font-size:18px;font-family:arial;
background:white;
margin:auto;
max-width:483px;
min-width:400px; 
padding:5px;
}

.top{
height:110;
border:2px solid white;
background:white;
margin:auto;
padding:2px;
floating:2px;
}

.menu{
color:white;
float:right;
}

A:link, A:visited{
color:dodgerblue;
text-decoration:none;
}

A:hover{
color:red
}

.cell{
border:2px solid white;
background:white;
margin:auto;
padding:1px;
floating:2px;
}

.incell{
padding:8px;
background:white;
margin:auto;
min-height:180px;
}

.title{
position:relative;
left:8px;
margin:4px;
}

.content{
position:relative;
left:8px;
margin:0px;
}

body{
background:white;
}

