/* LINKS */

a:link, a:active, a:visited	{
	color: #f3f3ba;
	font-family: "trebuchet ms"; 
	font-size: 9pt;
	line-height: 1.2;
	letter-spacing: 0pt;
	text-decoration: none;
	}

a:hover	{
	font-family: "trebuchet ms";
	font-size: 9pt;
	letter-spacing: 0pt;
	line-height: 1.2;
	text-decoration: none;
	color: #357d7d;
	}

/* CONTENT */

body	{
	background-color: transparent;
	color: #ffffeb;
	font-family: "trebuchet ms"; 
	font-size: 9pt;
	line-height: 1.2;
	letter-spacing: 0pt;
	text-align: justify;
	padding: 5px;
 	}

b, i {
	color: #fafad3;
	}

.title {
	background-color: transparent;
	color: #f0f0d8;
	font-family: "times new roman"; 
	font-size: 20pt;
	line-height: 1.2;
	letter-spacing: 2pt;
	font-weight: bold;
	font-style: italic;
      padding: 5pt;
      text-transform: uppercase;
      }

.topic {
	color: #f0f0d8;
	font-family: "times new roman"; 
	font-size: 18pt;
	letter-spacing: 1pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding: 5pt;
	text-transform: uppercase;
	}

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

blockquote {
	text-align: justify;
	padding: 5pt;
	line-height: 1.2;
	background-color: #92b3b3;
	border-left: #ffffeb 5pt solid;
	}