/* LINKS */

a:link, a:active, a:visited	{
	color: #95cda3;
	font-family: "trebuchet ms"; 
	font-size: 9pt;
	line-height: 1.5;
	letter-spacing: 0pt;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

a:hover	{
	color: #459c5b;
	font-family: "trebuchet ms";
	font-size: 9pt;
	letter-spacing: 0pt;
	line-height: 1.5;
	text-decoration: none;
	border-bottom: 1px solid;
	}

/* CONTENT */

body	{
	background-color: #ffffff;
	color: #878787;
	font-family: "trebuchet ms"; 
	font-size: 9pt;
	line-height: 1.5;
	letter-spacing: 0pt;
	text-align: justify;
 	}

b, i {
	color: #e17600;
	}

.title {
	color: #f7ac59;
	font-family: "georgia"; 
	font-size: 18pt;
	line-height: 1.5;
	letter-spacing: 4pt;
	font-style: italic;
      padding: 2pt;
      text-transform: lowercase;
	text-align: right;
      }

.topic {
	color: #f5843c;
	font-family: "arial narrow"; 
	font-size: 18pt;
	letter-spacing: 1pt;
	text-align: left;
	padding: 6pt;
	text-transform: uppercase;
	text-align: center;
	}

.content {
	font-family: "trebuchet ms";
	color: #878787;
	font-size: 9pt;
	letter-spacing: 0pt;
	line-height: 1.5;
	text-align: justify;
	padding: 6pt;
	background-color: transparent;
	}

blockquote {
	text-align: justify;
	padding: 5pt;
	line-height: 1.5;
	background-color: #efefef;
	border-left: #f7de71 5pt solid;
	}

.footer {
	font-family: "trebuchet ms";
	color: #878787;
	font-size: 7pt;
	letter-spacing: 0pt;
	line-height: 1.5;
	text-align: justify;
	padding: 4pt;
	background-color: transparent;
	}

hr {
	color:#f7ac59;
	background-color:#f7ac59;
	border:solid 1px #f7ac59;
	height:1px;
	width:300px;
	}