/* These are the classes for displaying the articles themselves. */


#aTitle {}

#aCredits {}

#aText {}


.Title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	}

.Title2 {	}

.Author {	}

.Source {		padding-top: 15px;	
				font-size: 12px;
				font-style: italic;	}

.Date {			padding-bottom: 15px;	
				font-weight: bold;}


.aText {
	font-size: 12px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


/* These are the classes for displaying the article listings. */

.aListing { }

.aListDate {	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				padding-right: 30px;
				vertical-align: top; 	}

.aListEntry {	padding-bottom: 15px;	}

.aListTitle { 	font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 14 px;
				font-weight: bold;	}

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

.aListAuthor { 	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;	}
