 
body  { 
text-align: center;
background-image: url('../images/PenPalsFanlistingBkg.jpg'); 
background-attachment: fixed; 
color: #000000; 
font-size: small; 
font-family: Verdana, Arial; 
text-align: center;
}

a:link { 
color: #330099; 
text-decoration: none; 
font-weight: bold; 
}

a:visited { 
color: #330099; 
text-decoration: none; 
font-weight: bold; 
}

a:active { 
color: #330099; 
text-decoration: none; 
font-weight: bold; 
}

a:hover { 
color: #9999ff; 
text-decoration: none; 
font-weight: bold;
}

img, table { 
border-style: none; 
margin: auto; 
}

label{
width: 150px;
float: left;
}

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

caption { 
margin: auto; 
}

h1 { 
color: #330099; 
font-size: 1,8em;
}

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

li  { 
text-align: left; 
}

.small { 
font-size: 0.8em; 
}

.blacktable { 
border-style: none; 
background-color: black; 
width: 320px; 
margin: 15px auto 0px auto; }

body#home { 
background-color: #CCCCFF;
color: #330099;
background-image: none;
}

body#home a:link, body#home a:visited, body#home a:active { 
color: #9999FF; 
}

body#home a:hover { 
color: #6666CC;
}


#wrapper {
width: 550px;
height: 1%;
overflow: auto;
margin: 10px auto 0px auto;
padding: 0px;
}

#menu {
width: 50px;
margin: 0px;
display: inline;
float: left;
padding: 0px;
}

#content {
width: 458px;
margin: 0px;
padding: 10px 20px 20px 20px;
display: inline;
float: left;
border: 1px #330099 solid;
}

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

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

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

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

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

