/* LINKS */

a:link, a:active, a:visited	{
color: #bb1f20;
font-family: "arial"; 
font-size: 9pt;
font-weight: bold;
line-height: 1.3;
letter-spacing: 0pt;
text-decoration: none;
}

a:hover	{
font-family: "arial";
font-size: 9pt;
font-weight: bold;
letter-spacing: 0pt;
line-height: 1.3;
text-decoration: none;
color: #413f3f;
}

/* NAVIGATION */

#nav {
	position: absolute;
	top: ;
	left: -40px;
	width: 300px;
	}

#nav ul {
	list-style: none;
	}

#nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	display: block;
	background: #fcfcfc;
	font-family: arial;
	font-size: 9pt;
	color: #696969;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 0px;
	padding: 5px;
	border-bottom: 1px #efefef dotted;
	}

#nav ul li a:hover {
	display: block;
	color: #bb1f20;
	background: #e9e9e9;
	border: 0px;
	border-bottom: 1px #efefef dotted;
	}

/* MAIN */

body	{
background-color: transparent;
color: #696969;
font-family: "arial"; 
font-size: 9pt;
line-height: 1.3;
letter-spacing: 0pt;
 	}

b, i {
color: #7a3333;
}

u {
color: #bb1f20;
text-decoration: none;
border-bottom: #bb1f20 1px dotted;
}

.topic {
background-color: #f1f1f1;
color: #bb1f20;
font-family: "georgia"; 
font-size: 20pt;
font-weight: bold;
letter-spacing: 0pt;
text-align: center;
text-transform: lowercase;
padding: 10px;
border-bottom: #ffffff 2px solid;
}

.title {
background-color: #f2f2f2;
color: #bb1f20;
font-family: "georgia"; 
font-size: 14pt;
letter-spacing: 2pt;
text-align: center;
text-transform: lowercase;
padding: 6px;
border-bottom: #ffffff 2px solid;
}

.byline {
background-color: #f1f1f1;
color: #000000;
font-family: "arial"; 
font-size: 7pt;
letter-spacing: 2pt;
text-transform: uppercase;
text-align: center;
font-weight: bold;
padding: 6px;
border-bottom: #ffffff 2px solid;
}

.byline a{color: #bb1f20; text-decoration: none;}
.byline a:hover{color: #000000; text-decoration: underline;}

.content {
font-family: "arial";
color: #696969;
font-size: 9pt;
letter-spacing: 0pt;
line-height: 1.3;
text-align: justify;
padding: 8px;
background-color: #fcfcfc;
}

blockquote {
margin: 15px;
color: #826a6a;
letter-spacing: 1px;
line height: 1.4;
font-size: 12px;
padding: 10px;
border-left: 6px solid #bb1f20;
background-color: #ffffff;
}

hr  {
border: 0;
height: 1px;
color: #000000;
background-color:  #a7a7a7;
}

.spoilers {
margin: 15px;
color: #ededed;
letter-spacing: 1px;
line height: 1.4;
font-size: 11px;
padding: 10px;
border: 1px solid #dfdfdf;
background-color: #ededed;
}

/* SIDE */

.sidetitle {
background-color: #f1f1f1;
color: #bb1f20;
font-family: "georgia"; 
font-size: 14pt;
letter-spacing: 0pt;
text-align: center;
text-transform: uppercase;
padding: 8px;
border-bottom: #ffffff 2px solid;
}

.sidetable {
background-color: #fcfcfc;
color: #696969;
font-family: "arial"; 
font-size: 9pt;
letter-spacing: 0pt;
line-height: 1.3;
text-align: justify;
padding: 8px;
}