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

body {
 	
	font-family: arial, sans-serif;
    font-size: 12px;
	font-color: white;
	
}

.content {
	padding-left: 28px;
	padding-top: 10px;
	padding-right: 15px;
	color:#E5E5E5;
    font-family: arial, sans-serif;
    font-size: small;
}

A { 
	color: white;
	text-decoration: underline;
}

.presslink 
	{
		font-weight: bold;
		text-decoration: none;
		
	}


