div.content {
background-image: url("images/bg_p55.jpg");
background-repeat: no-repeat;
background-color: #eeeeee;
display: inline-block;
color: #131313;
width: 777px;
line-height: 20px;
text-align: left;
padding: 13px;
margin: 5px;
border: 1 px solid;
border-radius: 7px;
box-shadow: 5px 5px 13px #131313;
opacity: 0.8;
font-size: 13px;
}

div.bottombar {
background-repeat: no-repeat;
background-color: #eeeeee;
display: inline-block;
color: #131313;
width: 777px;
line-height: 20px;
text-align: left;
padding: 13px;
margin: 5px;
border: 0 px solid;
border-radius: 0px;
box-shadow: 0px 0px 0px #131313;
opacity: 0.8;
font-size: 13px;
}

font.T1 {
font-family: Segoe UI, Arial, Helvetica;
color: #000000;
font-size: 16px;
font-variant: none;
font-weight: normal;
}

font.T2 {
font-family: Segoe UI, Arial, Helvetica;
color: #000000;
font-size: 16px;
font-variant: none;
font-weight: normal;
}


font.T3 { 
font-family: Segoe UI, Arial, Helvetica;
color: #EEEEEE;
font-size: 16px;
font-variant: none;
font-weight: normal;
}

font.T4 { 
font-family: Segoe UI, Arial, Helvetica;
color: #EEEEEE;
font-size: 11px;
font-variant: none;
font-weight: normal;
line-height: 25px;
}

font.active {
font-family: Segoe UI, Arial, Helvetica;
color: #D00000;
font-size: 16px;
font-variant: none;
font-weight: normal;
}

font.index {
font-family: Segoe UI, Arial, Helvetica;
color: #000000;
font-size: 13px;
font-variant: small-caps;
font-weight: normal;
text-align: justify;
text-justify: inter-word;
}

h1 {
font-family: Segoe Print, Segoe UI, Arial, Helvetica;
color: #6e0f7c;
font-size: 26px;
font-variant: normal;
font-weight: bold;
}

font.on {
font-family: Segoe UI, Arial, Helvetica;
color: #000000;
font-size: 22px;
font-variant: normal;
font-weight: bold;
}

font.title {
font-family: Segoe UI, Arial, Helvetica;
color: #000000;
font-size: 16px;
font-variant: normal;
font-weight: bold;
}

font.bbar {
font-family: Segoe UI, Arial, Helvetica;
color: #000000;
font-size: 13px;
font-variant: normal;
font-weight: none;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #472800; text-decoration: none; }
a:active { text-decoration: underline; }

a, .reply{
	color:#000000;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover{
	color:#a76816;
	text-decoration: underline; 
	font-size: 169%;

.hr {
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:10px 0;
	}
	
