
/* Link colors! ............................ */
a:link {color: #B800E0; font-weight:bold; text-decoration: NONE; } 
a:visited {color: #9FC723; font-weight:bold; text-decoration: NONE; } 
a:active {color: #D3BC21; font-weight:bold; text-decoration: NONE; } 
a:hover {color: #FE369A; font-weight:bold; text-decoration: NONE; 
font-family: Tahoma;
background-color: #FEC6F4; border-bottom: 0px dashed #FFFFFF; } 


/* Normal text! .......................... */
body , tr , td , h6 , p , li {
font-size: 12px; 
font-weight: plain;
font-family: Tahoma; 
color: #000000; 
letter-spacing: 0pt;
text-align: left; } 


/* Bold text! ............................. */
b {
font-family: Tahoma; 
color: #FE369A; 
letter-spacing: 0pt; } 

/* Italic text! ............................. */
i {
color: #000000;
font-weight: bold; 
font-family: Georgia; 
height:6px; 
letter-spacing: 0pt; } 

/* Underline text! ............................. */
u {
color: #000000;
background-color: #FE59AB;
font-family: Georgia; 
text-transform: uppercase;
height:6px; 
font-weight: bold; 
letter-spacing: 0pt; } 

/* Text in tables! ...................... */
tr , td {
font-size: 12px; 
font-family: Tahoma;
color: #C3C3C3;
letter-spacing: 0pt;
text-align: ALIGN; }


/* Your background! ................. */
body {
background-image:url(/img/bg.gif);
background-attachment:repeat;
background-color:#000000; }

.head{
color: #000000;
font-weight: bold;
background-color: #FBA7ED;
font-family: Georgia; 
font-size: 15px; 
border-bottom: 1px dotted #CF079E;
border-top: 0px solid #171717;
padding: 1px;
margin: 0px;
text-align: left;}

.head2{
color: #000000;
font-weight: bold;
background-color: #E3FB9F;
font-family: Georgia; 
font-size: 15px; 
border-bottom: 1px dotted #98C109;
border-top: 0px solid #171717;
padding: 1px;
margin: 0px;
text-align: left;}

.head4{
color: #000000;
font-weight: bold;
background-color: #ECA1FC;
font-family: Georgia; 
font-size: 15px; 
border-bottom: 1px dotted #D308FF;
border-top: 0px solid #171717;
padding: 1px;
margin: 0px;
text-align: left;}

/* Your textareas! ................... */
input , textarea {
color: #000000; 
background: #ffffff; 
font-size: 11px; 
font-weight: bold; 
text-decoration: none; 
font-family: Tahoma; 
text-align: center; 
border-width: 1; 
border-style: dotted; 
border-color: #000000;}
