/* LINKS */

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

a:hover	{
	font-family: "tahoma";
	font-size: 9pt;
	letter-spacing: 0pt;
	line-height: 1.2;
	text-decoration: none;
	color: #c6c6c6;
	border-bottom: #74c3ff 2px solid;
	}

/* CONTENT */

body	{
	background-color: #403f3d;
	color: #ffffff;
	font-family: "tahoma"; 
	font-size: 9pt;
	line-height: 1.2;
	letter-spacing: 0pt;
	text-align: justify;
	padding: 10px;
 	}

b, i {
	color: #c6c6c6;
	}

.title {
	background-color: transparent;
	color: #ffffff;
	font-family: "georgia"; 
	font-size: 20pt;
	line-height: 1.2;
	letter-spacing: 2pt;
	font-weight: bold;
	font-style: italic;
   text-transform: uppercase;
      }

.topic {
	color: #ff4ba8;
	font-family: "georgia"; 
	font-size: 18pt;
	letter-spacing: 1pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-transform: uppercase;
	}

.content {
	font-family: "tahoma";
	color: #ffffff;
	font-size: 9pt;
	letter-spacing: 0pt;
	line-height: 1.2;
	text-align: justify;
	background-color: transparent;
	padding-top: 2px;
	padding-left: 10px;
	}

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

.footer {
	font-family: "tahoma";
	color: #878787;
	font-size: 8pt;
	letter-spacing: 0pt;
	line-height: 1.5;
	text-align: justify;
	padding: 10pt;
	background-color: transparent;
	}

.footer a {
	color: #ff4ba8;
	text-decoration: none;
	font-family: "tahoma";
	font-size: 8pt;
	text-decoration: none;
	text-transform: lowercase;	
	}

.footer a:hover {
	color: #c6c6c6;
	text-decoration: none;
	text-transform: lowercase;
	}

hr {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px;
	height: 1px;
	width: 500px;
	}

/* NAVIGATION BOX */

.navigation a {
	color: #ff4ba8;
	font-family: georgia;
	font-size: 12pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	}