body { 
background-color: #000033; 
text-align: center; 
color: #0000FF; 
font-family: Verdana, serif;
font-size: small;
}

body#home { 
background-color: #000066; 
}

p{
padding: 0px 0px 10px 0px;
}

body#home td { 
font-size: 0.8em; 
}

caption {
margin: auto;
}

hr { 
border: 1px #0000FF solid; 
width: 80%;
margin: 20px auto;
}

form{
width: 400px;
margin: 0px auto;
}

label{
width: 150px;
float: left;
text-align: left;
}

fieldset {
border: none;
padding: 5px 0px;
}


ul {
width: 90%;
padding: 0px;
margin: auto;
} 

li {
text-align: left;
}
 
table { 
border-style: none; 
margin: auto;
}

img { 
border-style: none; 
}

a:link { 
text-decoration: none; 
color: #0000FF; 
font-weight:bold; 
}
 
a:visited { 
text-decoration: none; 
color: #0000FF; 
font-weight:bold; 
}
 
a:active { 
text-decoration: none; 
color: #0000FF; 
font-weight: bold; 
} 

a:hover  { 
color: #FFFFFF; 
font-weight: bold; 
text-decoration: none; 
cursor: help; 
height: 10pt; 
border: solid 1; 
filter: blur(color=#FF0000) 
}


.small {
font-size: 0.8em;
}

#bkg { 
position: absolute; 
left: 0px; 
top: 0px; 
}

#content { 
position: absolute; 
top: 50px; 
left: 321px; 
width: 450px; 
height: 400px; 
border-style: none; 
text-align: center; 
overflow: auto; 
}

#content p { 
width: 400px; 
margin: auto; 
text-align: justify; 
}

#fans_list{
margin: 0px auto 30px auto;
width: 90%;
}

#fans_list td, th{
text-align: left;
vertical-align: top;
}

#view_list_options {
width: 350px;
text-align: left;
padding-left: 25px;
margin-bottom: 30px;
}

#pagination {
text-align: center;
margin: 10px auto;
}

.error, .success{
padding: 10px;
font-size: 1.2em;
font-weight: bold;
}


