@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	color: #CCCCCC;
	margin: 10px 0 15px;
	line-height: 1.4em;
	padding: 0 10px;
	font-size: 12px;
}
h1 {
	color: #ffd204;
	padding: 0 10px;
	text-transform:lowercase;
	font-weight: bold;
}

blockquote {
	margin: 0 0 0 20px;
	color: #CCCCCC;
	padding: 0 20px;
	line-height: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-left: 1px solid #666666;
	font-size: 14px;
}

a {
	color: #ffd204;
	text-decoration:none;
	}
	
ul {
		list-style-type: disc;
		color: #cccccc;
		margin-left: 35px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;


	}

li {
	color: #ccccccc;
	padding: 2px 0;
}