html {
	overflow: scroll;
}

body {
	font-family: verdana;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
    color: rgb(70,70,130); 
	line-height: 24px;
}
a{ 
	outline: none;
}
#below_vline
{
	text-align:left;
	position: absolute;
	margin-top: 105px;
	left:0px;
}

#right_colum
{
	position: absolute;
	left:185px;
	top: 0px;
	text-align: left;
}

#vertical_line
{
    position: absolute;
	float:right;
	top:55px;
	left:185px;
	width:2px;
	height:106.5%;      
	background-color:blue;
	z-index:3;
}
#horizontal_line
{
	position: absolute;
	top: 103px;
	left:0px;
	width:100%; 
	height:2px;     
	background-color:blue;
	z-index:3; 
}
a
{	text-decoration: none;}
a:link 
{}
a:visited
{   color:rgb(23,20,202);
}
a:active
{	color: red;
}
a:hover
{	color: red;
}
.image_caption
{
	text-align: center;
}
a img
{
	border: none;
}
.arrows_holder
{
	text-align: center;
}
.arrows_holder div
{
	display: inline;
	padding: 10px;
	font-weight:bold;
	font-size: 90%
}
.arrows_holder .selected_piece_page a
{
	font-weight: bold;
	color: red;

}
.arrows_holder .nav_arrow
{
	padding: 10px;
}

h1
{
        font-size: 12px;
        color: rgb(0,50,241);
        padding:0px;
        margin:0px;
		font-style:regular;
		font-weight:normal
}
h2
{
    font-size: 12px;
	line-height: 14px;
	color:rgb(184,3,44);
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
	font-style:regular;
}
h4
{
        line-height: 36px;
	    font-size: 25px;
        color: white;
        padding-bottom:5px;
        margin:0px;
		font-weight:normal;
        letter-spacing:1.7px;
		text-align:justify;
}