.typography * {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.typography p {
	font-size: 16px;
	color: #ffffff;
}
.typography h1 {
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
}
.typography h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
}
.typography h3 {
	font-size: 18px;
	font-variant: small-caps;
	color: #06F;
	font-weight: normal;
}
.typography h4 {
	font-size: 18px;
	color: #DBC939;
	font-weight: normal;
}
.typography h5 {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}
.typography a {
	font-style: normal;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
.typography a:hover {
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: underline;
}
 
.typography a:visited {
	font-style: normal;
	font-weight: bold;
	color:#CCC;
	text-decoration: none;
}
.typography blockquote {
	background: transparent url(../images/quoleft.png) left top no-repeat;
	font-size: 16px;
	text-align: justify;
}
.typography blockquote div {
	background: transparent url(../images/quoright.png) right bottom no-repeat;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.glass {
	background-image: url(../images/glass.png);
}