/******** TAGS ********/

html {
}

body.typography {
	background:#333333 url('../images/body_bg.jpg');
	font-size:69%;
}
html > body.typography {
	font-size:12px;
}

.typography {
	color:#FFFFFF;
	font-family:arial, helvetica;
}



.typography a {
	color:#DBC701;
	text-decoration:underline;
}
	.typography a:link {
	}
		.typography a:focus {
		}
		.typography a:active {
		}
		.typography a:visited {
		}
		.typography a:hover {
		}


b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}

.typography p {
	margin-bottom:1em;
	line-height:1.2em;
}

.typography ul, .typography ol {
	margin:0 0 1em 0.5em;
	line-height:1.2em;
	list-style-position:inside;
}


.typography .broken {
	background-color:red;
}

.typography sub {
	font-size:0.7em;
}

.typography h2 {
	font-weight:bold;
	font-size:1.25em;
	margin-bottom:0.25em;
}

















