/* SET-UP THE BASIC STYLES USED BY ALL MEDIA TYPES */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 99%;
	color: #000;
	background-color: #FFF;
}
h1 {
	font-size: 1.0em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
p, ul, ol {
	font-size: 0.7em;
}
a:link, a:visited {
	color: #F24CAE;
	text-decoration: none;
}
a:hover, a:active {
	color: #F24CAE;
	text-decoration: underline;
}
.pink {
	color: #F24CAE;
}
.clear {
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0.1em;
}
