@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : UK Fine Arts - NEWS
Author : Showtime Studios
URL : www.ukfinearts.com

- - - - - - - - - - - - - - - - - - - - - */

/* ----- NEWS ITEM ----- */


#news {
	clear: both;
	margin-top: 30px;
	}
	
#news img {
	border: 5px solid;
	border-color: #888888;
	}
	
.headline {
	font-size: 11px;
	margin-bottom: 10px;
	}

#news p {
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.25px;
	}

table {
	margin-bottom: 50px;
	}
	
td {
	border-bottom: 1px dotted #333333;
	padding: 20px 0;
	}
	
.uppercase {
	text-transform:uppercase;
	}
	
.green {
	color: #046170;	
	}
	





