@charset "UTF-8";
/* CSS Document */

body {
	background-color:transparent;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#531925;
	font-weight: bold;
	font-size:14px;
	
}


a:link {color:#26446F;
	border: 0px;
}
a:visited {color:#26446F;
}
a:active {color:#660000;
}
a:hover {color:#660000;
}


h3 {
	line-height: 1.5em;
}


#text_under_image {
	overflow-y:scroll;
	overflow-x:hidden;
	width: 480px;
	height: 180px;
	padding-right: 10px;
	margin-left:auto;
	margin-right:auto;
}

#temp_mediagallery {
	overflow-y:scroll;
	overflow-x:hidden;
	width: 525px;
	height: 500px;
	padding-right: 10px;
	margin-left:auto;
	margin-right:auto;
}

#fulltext {
	width: 480px;
	height: 540px;
	margin-left:auto;
	margin-right:auto;
	overflow:scroll-y;
}