
/*Redefined tags*/
body{
	background-color:#2C2306; 
	margin:20px;
}

.norm{
	width: auto;
	vertical-align: top;
	padding-right: 10px;
	font-size: 13px;
	font-family: verdana, sans-serif;
	color: #ffffff;
	text-align: justify;
}

img{
	border:0px;
}

td{
	font-size:13px;
}
h1{
	font-size:20px;
	font-weight:bold;
	font-family: verdana, sans-serif;

}
h2{
	font-size:14px;
	font-weight:bold;
	font-family: verdana, sans-serif;
}
h3, h4, h5, h6{
	font-size:14px;
	font-weight:bold;
	display:inline;
	font-family: verdana, sans-serif;
}
a{
	color: #0000ff;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.content{
	width: auto;
	vertical-align: top;
	padding-right: 10px;
	font-size: 13px;
	font-family: verdana, sans-serif;
	color: #000000;
	text-align: justify;
}
.hr{
    border: none;
	height:1px;
	color: #98876B;
	width: 100%;
}