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

p, a {
	font-family: Verdana, Helvetica, sans-serif;
}

/*
h1, h2, h3 {
	font-family: Georgia, Times, serif;
	color: #000;
} */

p {
	font-size: 70%;
}

em {
	color: #000;
	font-style: italic;
}

h1 {
	font-size: 25px;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 25px 0px;
	font-weight: normal;
	width: 750px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 25px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #777;
	font-weight: normal;
	letter-spacing: 3.4px;
}

h3 {
	font-size: 20px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	color: #999;
}

strong, .title {
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
	font-weight: bold;
}
.subtitle {
	font-style: italic;
}
