body {
background-color: white;
color: #5B0090;
font-size:12px;
font-family: Tahoma;
text-align: center; /* center things in pre-IE6 */
font-weight: normal;
line-height:14px;
}

table{
font-family: Tahoma;
color: #5B0090;
font-size: 10px;
border-width: 0px;
}

input, textarea{
background-color: #ffffff;
font-family: Tahoma;
color: #5B0090; 
font-size: 10px;
border-style: solid;
border-color: #C051FF;
border-width: 1px;
padding-left: 5px;
}


A:link
{text-decoration: underline ; font-weight: bold; color:#9200E6;}
A:visited
{text-decoration: underline ; font-weight: bold; color:#9200E6;}
A:active
{text-decoration: underline ; font-weight: bold; color:#C051FF;}
A:hover
{text-decoration: underline ; font-weight: bold; color:#C051FF;}



h1{
color: white;
font-family: Tahoma;
font-size: 12px;
text-align: left;
background-color: #E8C1FF;
border-bottom: 3px solid #BE57FF;
line-height: 10px;
padding: 4px;
}

#blinkie {
width: 500px;
border: 1px dashed #E8C1FF;
padding: 0px 5px 5px 5px;
text-align: center;
}

.centered {
margin: 0 auto 0 auto;
}