/*
Adjust these selectors by rendering each user page and looking at the browser source to see the element or class needing change.
Note, IE 6 and php generated html require specifying font sizes in several selectors*/

/*Use pt sizes only here */
a{
   color: #FF6600;
   font: normal normal bold 12pt "Maiandra GD", Geneva, sans-serif;
   text-decoration: underline
}
a:hover {
   color: #FF0000;
   text-decoration: underline;
   background-color: white:
}
body {
   background-color: #FFCC33;
   font: normal normal normal small "Maiandra GD", Geneva, sans-serif
}
dd {
   font-weight: normal
}
/* Your banner can have a different color than the window ,
here is a color close to phpList std. background-color: #E6B17B;*
You probably won't want the border around the banner, remove the selector 
or change solid to none*/
div.banner {
   background-color: transparent;
   border: thin none #0000FF;
   color: #990000;
   font: 900 14pt "Maiandra GD", Arial, serif;
   margin-bottom: .4em;
   text-align: center;
   width: 100%
}
/* This div  contains everything,
set font size here and then use pt sizes or scale with em for the selectors*/
div.main{
   background-color: #FFCC33;
   font: normal normal normal 11pt "Maiandra GD", Geneva, sans-serif;
   left: 10%;
   padding: 1em;
   position: relative;
   text-align: left;
   top: 0%;
   width: 80%
}
h1{
   font: normal normal bold 12pt "Maiandra GD", Geneva, sans-serif
}
h3 {
   font: normal normal bold 12pt "Maiandra GD", Geneva, sans-serif
}
input {
   font-size: 11pt;
   font-weight: bold
}
li{
   color: #000000;
   font-size: 12pt;
   font-weight: bold
}
p {
   color: #990000;
   font: normal 1em "Maiandra GD", Geneva, sans-serif
}
table {
   background-color: transparent;
   width: 90%
}
td {
   font: normal normal 11pt "Maiandra GD", Geneva, sans-serif;
   text-align: left
}
ul {
   list-style-type: none
}
/* Must set font size here because code uses class="list" */
ul.list {
   list-style-type: none
}
.attributeinput{
   font: normal normal bold 11pt "Maiandra GD", Geneva, sans-serif
}
.attributename {
   font: normal normal bold 11pt "Maiandra GD", Geneva, sans-serif
}
.error {
   color: #FF0000;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   text-decoration: none
}
.info {
   color: #FF00FF;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   text-decoration: none
}
.input {
   font-size: 11pt;
   font-weight: normal
}
.listdescription{
   font-size: 1em;
   font-weight: normal;
   margin-bottom: .5em
}
/* font size must be set here */
.required {
   color: #A80043;
   background-color: yellow;
   font: normal bold 11pt "Maiandra GD", Geneva, sans-serif
} 
