/* LINKS */

a:link, a:active, a:visited	{
	color: #9d84ab;
	font-family: "verdana"; 
	font-size: 7.5pt;
	line-height: 1.5;
	letter-spacing: 1pt;
	text-decoration: none;
	}

a:hover	{
	color: #e1c9e8;
	font-family: "verdana";
	font-size: 7.5pt;
	letter-spacing: 1pt;
	line-height: 1.5;
	text-decoration: none;
	border-bottom: #e1c9e8 2px solid;
	}

.navigate {
	color: #fdf0b7;
	font-family: "verdana";
	font-size: 7pt;
	text-align: right;
	}

.navigate a {
	color: #e1c9e8;
	text-decoration: none;
	font-family: "arial narrow";
	font-size: 12pt;
	text-decoration: none;
	text-transform: lowercase;
	}

.navigate a:hover {
	color: #fdf0b7;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: #e1c9e8 2px solid;
	}


/* CONTENT */

body	{
	background-color: #000000;
	color: #efefef;
	font-family: "verdana"; 
	font-size: 7.5pt;
	line-height: 1.5;
	letter-spacing: 0pt;
	text-align: justify;
 	}

b, i {
	color: #fdf0b7;
	}

u {
	color: #fdf0b7;
	text-decoration: none;
	border-bottom: #fdf0b7 2px solid;
	}

.title {
	color: #fdf0b7;
	font-family: "arial narrow"; 
	font-size: 20.5pt;
	line-height: 1.5;
	letter-spacing: 4pt;
      padding: 0pt;
      text-transform: uppercase;
	text-align: left;
      }

.topic {
	color: #b893b5;
	font-family: "arial narrow"; 
	font-size: 17.5pt;
	letter-spacing: 1pt;
	text-align: left;
	padding-left: 20pt;
	text-transform: uppercase;
	text-align: left;
	}

.content {
	font-family: "verdana";
	color: #efefef;
	font-size: 7.5pt;
	letter-spacing: 0pt;
	line-height: 1.5;
	text-align: justify;
	padding: 0pt;
	background-color: transparent;
	}

.expl {
	font-family: verdana;
	color: #b3b3b3;
	font-size: 7.5pt;
	letter-spacing: 0pt;
	line-height:1.5;
	text-align: justify;
	padding-left: 20pt;
	background-color: transparent;
	}

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

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

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

.footer a:hover {
	color: #fdf0b7;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: #e1c9e8 2px solid;
	}

hr {
	color:#fdf0b7;
	background-color:#fdf0b7;
	border: 0px;
	height:1px;
	width:300px;
	}