/* style.css, a stylesheet for 'Gloria Lynch Bookkeeping' */
/* written by Collie Collier of Laughing Collie Publications */
/* <www.laughingcollie.com> */

body {									/* DEFAULTS */
background-color: #ffffff;
	/* white */
font-family: arial, verdana;
color: #000000;
	/* black */
}

.standard {
font-size: 10pt;
margin-left: 10%;
margin-right: 10%;
}



h1 {									/* HEADERS */
margin-left: 5%;
font-size: 15pt;
font-weight: bold;
}

h2 {
color: #800000;
	/* maroon */
text-align: left;
font-size: 15pt;
font-weight: bold;
font-style: italic;
}

h3 {
color: #000000;
	/* black */
font-weight: bold
}

.links {								/* LINKS */
font-size: 10pt;
font-weight: bold;
text-align: center;
}

a:link {
color: #800000;
	/* maroon */
text-decoration: none;
}

a:active {
color: #800000;
	/* maroon */
text-decoration: none;
}

a:visited {
color: #800000;
	/* maroon */
text-decoration: none;
}

a:hover {
color: #800000;
	/* maroon */
text-decoration: none;
}


.indent {
margin-left: 5%;
font-size: 8pt;
}

.copyright {
float: right;
font-style: italic;
text-align: right;
font-size: 9pt;
}
