@charset "utf-8";
body{
background-color:#6699cc;
font-family:Arial, Helvetica, sans-serif;
}
.linkfield{
width:120px;
background-color:#3366cc;
}
.linkfield a{
color:#fff;
}
.linkfield a:hover{
color:#6699cc;
}
.textfield{
padding:5px;
text-decoration:none;
color:#fff;
font-size:13px;
}
.textfield a{
color:#fff;
}
.textfield a:hover{
color:#6699cc;
}
.imgfield{
padding:0px;
}
#overall{
position:absolute;top:260px;
}
#thead{
background-image:url(pix/thead.gif); 
width:451px;
text-align:center;
font-size:12px;
font-weight:bold;
color:#000;
}
#content{
border:solid #fff 1px; width:449px;
}
#bottom{
color:#3366cc;
width:449px;
text-align:center;
padding-top:3px;
}
a {text-decoration:none; color:#3366cc; font-size:14px;}
a:hover{text-decoration:none; color:#fff;}
img {border:none;}
