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

/* ssText.css */
/* Website and Template Text Characteristics */

/* Heading 1 Styling */
h1 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 44px;
	color: #2D2D2D;
	font-weight: bold;
}
/* Heading 1 Styling Link */
h1 a {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 48px;
	color: #2D2D2D;
	font-weight: bold;
	text-decoration: underline;
}
/* Heading 1 Styling Link */
h1 a:hover {
	text-decoration: none;
}
/* Class Styling to Simulate Heading 1 */
.h1 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 48px;
	color: #2D2D2D;
	font-weight: bold;
	line-height: 55px;
}

/* Heading 2 Styling */
h2 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 36px;
	color: #818181;
	font-weight: bold;
}
/* Heading 2 Styling Link */
h2 a {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 36px;
	color: #818181;
	font-weight: bold;
	text-decoration: underline;
}
/* Heading 2 Styling Link */
h2 a:hover {
	text-decoration: none;
}
/* Class Styling to Simulate Heading 2 */
.h2 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 36px;
	color: #818181;
	font-weight: bold;
	line-height: 40px;
}

/* Heading 3 Styling */
h3 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 28px;
	color: #CC0000;
	font-weight: bold;
}
/* Heading 3 Styling Link */
h3 a {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 28px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
/* Heading 3 Styling Link Hover */
h3 a:hover {
	text-decoration: none;
}
/* Class Styling to Simulate Heading 3 */
.h3 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 28px;
	color: #CC0000;
	font-weight: bold;
	/* line-height: 32px;  check before deleting */
}

/* Heading 4 Styling */
h4 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
/* Heading 4 Styling Link */
h4 a {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
/* Heading 4 Styling Link Hover */
h4 a:hover {
	text-decoration: none;
}
/* Class Styling to Simulate Heading 4 */
.h4 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	/* line-height: 22px;  check before deleting */
}
/* Class Styling to Simulate Heading 4 Link */
.h4 a {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
/* Class Styling to Simulate Heading 4 Link Hover*/
.h4 a:hover {
	text-decoration: none;
}

