@charset "utf-8";
/* CSS Document */
/* For ClippingsA.htm, ClippingsI.htm, ClippingsRm.htm, ClippingsRv.htm */



/*** Elements ***/
body {
	background-color: #000000;
}
body,td,th {
	font-family: Garamond;
}
h1 {
	font-family:"Garamond";	font-size:24px;	text-align:center; font-weight:600px;color: #550000; padding:20px 0 10px 0;
}
hr {
	width:95%; text-align:center;
}

/*** Main Table ***/
#Main{ 
	float:none;	width:678px;	height:500px; padding:0 10px 0 10px;
	background-image:url(Images/bkgClippings.gif);     background-attachment:fixed;    	background-position:center;
}
#Main td {
	padding: 0;	margin:0;
	text-align:left;
}

/*listing of items */
.lista {
	float:left;	position:relative;	width:100%;	margin:30px 0 15px 0;
	text-align:center;
}

/* description of item */
.headline {
	position:relative;
	font-size:18px;	font-weight:bold;	text-align:left;
}


/* named anchors for ul's */
.listb {
	float:none;	position:inherit; margin-left:20px;	padding: 40px 0 10px 10px; 
	text-align:left;
}


/* individual article, interview, remark or review*/
.item {
	float:left;	padding:0px 20px 10px 20px; margin:0px 20px 0 20px;
	color:#000009;	text-align:left; font-size:18px;
}

/* article, interview or review author*/
.author {
	font-style:italic;	font-size:19px;
}

/*name of publication */
.rag {
	font-weight:700;
}

.comment {
	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	font-style:italic;
}

/*** Bottom Navigation Bar ***/
.botnavbar {
	background-color:#A9AAC9;
	width:678px;
}

/*** Links ***/
a:link {
	font-family:Arial, Helvetica, sans-serif;	color: black; 	font-size:14px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;	color: #484A6A;	font-size:14px;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;	font-size:16px;	color: #FFFFFF; 	text-transform:uppercase; 	font-weight:bold;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;	color: red;	font-size:16px;
}




