﻿/* Living Legends CSS Document */

/*	Main Text - #545342;
	Heading Red - #9d0a0e;
	Blue - #003471;
	Green - #3f6618
*/

/*	FONT STYLES */

.heading {
	color: #9d0a0e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	word-spacing: 2px;
	letter-spacing: 2px
	}
	
.subheading {
	color: #545342;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	word-spacing: 2px;
	letter-spacing: 2px
	}
