@charset "utf-8";
/* CSS Document */
/*
	link_page.css - CSS definitions for catholocity.net link pages
	
	J. A. Eckert  3/11/2011
	
*/

/* Override/supplement Body definitions in site.css */

body {
/*	background-color: white; */
/*	text-align: left; */
}

/* Section Headings */

.info_format h3 {
	font: bold;
	font-size: large;
}

/* General link format */

.info_format {
	font-size: small;
	text-align: left;
}

.info_format a:link, .info_format a:visited{
	font-size: small;
}

/* Format for notes */

.note {
	font-weight: bold;
	font-style: italic;
	font-size: 0.85em;
	line-height: 1.0em;
}

.note a:link, .note a:visited {
	font-size: x-small;
}
