body{
	font:normal 11px "Comic Sans MS", cursive;
	line-height:1.8;
	color:#8E5473;
}

h1{
	margin:0px 0px 8px 0px; padding:0px;
	font-size:15px; font-weight:bold;
	line-height:28px;
	color:#8E5473;
}
h2{
	margin:0px 0px 8px 0px; padding:0px;
	font-size:15px; font-weight:bold;
	line-height:25px;
	color:#8E5473;
}
h3{
	margin:0px 0px 8px 0px; padding:0px;
	font-size:11px; font-weight:bold;
	line-height:21px;
	color:#8E5473;
}
p{
	padding:0px;
}
a, a:link, a:visited, a:active{
	text-decoration:underline;
	color:#06C;/*#8E5473*/
}
a p, a h1, a h2, a h3, a h4, a h5, a h6{
	text-decoration:none;
	color:#06C;/*#8E5473*/
}
a:hover, a:hover p, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6{
	text-decoration:underline;
	color:#06C;/*#8E5473*/
}

input, textarea, select{
	font:normal 13px "Comic Sans MS", cursive;
}