/* Global Styles */

a {
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}
	
/* ID Styles */

#author {
	color: #FFFF00;
	line-height:42px;
	letter-spacing:0.4em;
	font-family: georgia;
	font-size: 42px;
	}

#slogan {
	color: #FFFF00;
	line-height:18px;
	letter-spacing:0.4em;
	font-family: georgia;
	font-size: 18px;
	}
/* Class Styles */

.bodyText {
	font-family: arial;
	font-size: 16px;
	}
	
.pageName{
	font-family: georgia;
	font-size: 24px;
	}
	
.subHeader {
	font-weight:bold;
	font-family: georgia;
	font-size: 18px;
	}	
	
.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #FFFFFF;
	font-weight: bold;
}
.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}