@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}
.about {
	color: #333333;
}
a:link {
	color: #EC118F;
	text-decoration: underline;
}
.headline {
	font-size: 40px;
	line-height: 60px;
}
a:visited {
	color: #EC118F;
	text-decoration: underline;
}
a:hover {
	color: #EC118F;
}
a:active {
	color: #EC118F;
	text-decoration: underline;
}
.specColorOne {
	color: #17AD88;
}
.specColorTwo {
	color: #EC118F;
}
.specColorThree {
	color: #00AEEF;
}

