body, html {
padding:0px;
margin:0px;
text-align:center;
font-family: Arial, Verdana, sans-serif;
background-color:#CCFFFF;
color:#2F39C1;
}

#wrapper {
padding:0px;
margin: 50px auto;
width:1000px;
border:7px solid rgb(239, 239, 239);
}

#content {
padding:0px;
margin:0px;
height:100%;
width:100%;
border:1px solid rgb(0, 0, 0);
background-color:#CCFFFF;
color:#2F39C1;
}

a, a:active, a:link, a:hover, a:focus, a:visited {
text-decoration:none;
color:rgb(106, 106, 106);
}

a:focus, a:hover {
text-decoration:none;
color:rgb(0, 0, 0);
font-weight:bold;
}
a {
color:blue;
}
a:visited {
color:#3399FF;
}
a:active {
color:#ffcccc;
}

.list {
text-align:left;
margin-left:30px;
}

.loq {
border-collapse:collapse;
}
.text {
width:620px;
}
.radio {
width:75px;
}
.empty {
border-collapse:seperate;
}
table, tr, td {
border:1px solid #3399cc;
}
table {
border-width:3px;
}

#footer {
color: rgb(139,139,139);
}
