body { margin: 0px; background-color: #F6A2C5;color: #530B44;}
td, .normal, p, li, ol, ul {
    background: 
	color: #663366;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
H1,.h1 {
	color : #853851;
		font-family: Verdana, Arial, sans-serif;
			font-size: 18px;
}
.h3{color: #663366;	font-family: Verdana, Arial, sans-serif;font-size: 12px;font-weight: bold;
}
A{color: #512A51;}
A:hover{color: #330F33;}
A.h3{text-decoration: none}
A.h3:hover{text-decoration: underline}
A.normal {font-size: 12px; text-decoration: underline}
A.calendar {color: #0000CC; font-size:10px}
A.bottom {color: #FFFFFF; font-size:10px}
P {font-size: 10px; color: #'.$link_color,'}
IMG {border-style: none; border-width: 0px; margin: 0px; padding: 0px}
.footer { color: #ffffff;font-size:9px;font-family: Verdana, Arial, sans-serif; }
A.footer {color: #FFFFFF;}
A.footer:hover {color: #FFFFCC;}
TD.top {padding: 4px; font-size: 16px; height: 60px; text-align:center; font-weight: bold; 
border-style: none; border-width: 0px}
TD.ends {padding: 4px; font-size: 12px; height: 60px; text-align: center; border-style: none; 
border-width: 0px; font-weight: bold}
TD.form {padding: 0px; font-size: 12px; border-style: none; border-width: 0px; 
background-color: #'.$background_color.'; color: #'.$plain_text_color.'}
TD.days {padding: 2px; font-size: 12px; width: 90px; height: 40px; text-align:center; font-weight: bold}
TD.curday {width: 90px; text-align: left; font-size: 10px; height: 70px; background-color: #'.$current_day_color.'}
TD.calendar {width: 90px; text-align: left; font-size: 10px; height: 70px}
.mainContent{background-color: #FAD0E2;}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	position: relative;
	padding: 25px 0 0 35px;
    margin: 0px;
    color: #444;
    font-family: arial, sans-serif;
    font-size: .1em;
    width: 900px;
    left: 50%;
    margin-left: -490px;

}

#footer p {
	font-size: .1em;
}

#footer a {border-bottom: none;}

#footer li {
	display: inline;
}

#footer li a {	
	padding: 1em 2em .1em .5em;
	color: #444;
	border-bottom: none;
	
}

#footer li a:hover {
	padding: 1em 2em .1em .5em;
	color: white;
	text-decoration: none;
}