@import url("../../style.css");

body {
  background-color: black;
}

div.press
{
	width: 400px;
	background-color: #FFC;
	font-family: verdana, helvetica, sans-serif;
	color: black;
	font-size: small;
	
}
div.press_head { 
	width: 340px; 
	margin: 0px auto 0px auto;
	padding-top: 20px;
	text-align: left;
	}
	
div.press_body { 
	width: 340px;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
	text-align: justify;
	}
	
span.press_title {font-weight: bold;}
span.press_headline {font-weight: bold; font-size: large}
