.typography {
   font-family: Arial;
   font-size: 16px
   line-height: 1.2;
}

/* Paragraphs and Headers */
.typography p { margin-bottom: 20px; }

.typography h1, .typography h2, .typography h3, .typography h4 {
	margin-bottom: 3px;
	font-weight: bold;
   font-family: Verdana;
}

.typography h1 {
   font-size: 22px;
   font-weight: normal;
}
.typography h2 { font-size: 20px; }
.typography h3 { font-size: 18px; }
.typography h4 { font-size: 16px; }

.typography blockquote {
   margin: 30px 20px;
   font-size: 17px;
   font-style: italic;
   font-weight: bold;
}

.typography p.first-letter-large:first-letter
{
   font-size: 150%;
}
/* Links */
.typography a {
	color:#362;
	border-bottom: 1px dotted #362;
}

.typography a:hover {
   color: #362;
   border-bottom: 1px solid #362;
   background: #CDE4C2;
}

.typography p.copyright a {
   color: #666;
   font-size: 12px;
   font-style: italic;
}

/* Lists */
.typography ul, .typography ol, .typography dl { margin: 20px 0px; }
.typography ul { margin-left: 40px; }
.typography ul li { padding-left: 3px; }
.typography ol { margin-left: 45px; }
.typography dl { }
.typography dl dt { width: 400px; }
.typography dl dd { margin-left:30px; margin-bottom:20px; font-style: italic; }

.typography ul { list-style-type: disc; }
.typography ul ul { list-style-type: circle; }
.typography ol { list-style-type: decimal; }
.typography ol ol { list-style-type: upper-alpha; }

/* Tables */
.typography table 
{
	margin-bottom: 20px;
	margin-left: 20px
}

.typography caption
{
	margin: 10px 0px 5px 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.typography th, .typography td
{
	padding: 5px;
	border: 1px solid #333;
}
.typography th
{
	font-weight: bold;
	background-color: #CCC;
	text-align: center;
}

/* Miscellaneous */
.typography hr {
	background-color: #666;
	border-width: 0;
	height: 1px;
	margin: 10px;
}

.typography .caption
{
   font-size: 80%;
   color: #666;
   text-align: center;
}

.typography .right
{
   float: right;
   margin: 10px 0px 10px 10px;
}

.typography .left
{
   float: left;
   margin: 10px 10px 10px 0px;
}

.typography .clear
{
   clear: both;
}
