/* <style type="text/css"> */ /* First two and last two lines are commented out and used for an internal CSS file. */
/* <!-- */                    /* This CSS is an external CSS file. */
/* File [BigAl.css] linked to File [BigAl.htm] == [index.htm] == [index.html] written in conformance to 
   CSS3 [Cascading Style Sheets Version 3.0] last updated 03/24/2008 */
/* anchors in general */
a:link {
background-color: transparent;
color: #006400 /* DarkGreen */;
}
a:visited {
background-color: transparent;
color: #800080 /* purple */;
}
a:hover {
background-color: transparent;
color: #a52a2a /* brown */;
}
a:active {
background-color: transparent;
color: #ff0000 /* red */;
}
/* Class "a" == "author" mailto: anchors */
a.a:link {
background: #800000; /* maroon */
color: #ffff00 /* yellow */;
font-weight: bolder;
text-decoration: none;
}
a.a:visited {
background: #800000 /* maroon */;
color: #c0c0c0 /* silver */;
font-weight: bolder;
text-decoration: none;
}
a.a:hover {
background: #ffff00 /* yellow */;
color: #800000 /* maroon */;
font-size: 120%;
font-weight: bolder;
text-decoration: underline;
}
a.a:active {
background: #ffff00 /* yellow */;
color: #008080 /* teal */;
font-size: 120%;
font-weight: bolder;
text-decoration: underline;
}
/* Class "b" == "body" anchors */
a.b:link {
background-color: transparent;
color: #006400 /* DarkGreen */;
text-decoration: underline;
}
a.b:visited {
background-color: transparent;
color: #000080 /* navy */;
}
a.b:hover {
background: #006400 /* DarkGreen */;
color: #faebd7 /* AntiqueWhite */;
text-decoration: underline;
}
a.b:active {
background: #006400 /* DarkGreen */;
color: #faebd7 /* AntiqueWhite */;
text-decoration: underline;
}
/* Class "n" == "navigation" anchors */
a.n:link {
background-color: #800000 /* maroon */;
color: #faebd7 /* AntiqueWhite */;
text-decoration: none;
}
a.n:visited {
background: #800000 /* maroon */;
color: #c0c0c0 /* silver */;
text-decoration: none;
}
a.n:hover {
background: #faebd7; /* AntiqueWhite */
color: #800000 /* maroon */;
text-decoration: underline;
}
a.n:active {
background: #faebd7 /* AntiqueWhite */;
color: #008080 /* teal */;
text-decoration: underline;
}

body {
background: #faebd7 /* AntiqueWhite */;
color: #800000 /* maroon */;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12pt;
margin: 6pt 1%;
}

/* text alignment */
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.justify {
text-align: justify;
}

/* text indentation */
.indent-zero {
text-indent: 0;
}
.indent-quarter-inch {
text-indent: 0.25in;
}
.indent-half-inch {
text-indent: 0.50in;
}

.right-bottom {
bottom: 1.75in;
left: 7.5in;
position: relative;
z-index: 0;
}

ol.charities {

}

td.antiquewhite-h1px {
background-color: #faebd7 /*AntiqueWhite*/;
color: transparent;
height: 1px;
}
td.center-maroon {
background-color: #800000 /*maroon*/;
color: #faebd7 /*AntiqueWhite*/;
font-size: 100%;
font-weight: bolder;
text-align: center;
}
td.maroon-h8px {
background-color: #800000; /* maroon */
color: transparent;
height: 8px;
}
td.pad-left-half-inch {
padding-left: 0.5in;
}
/* End-of-File [BigAl.css] linked to File [BigAl.htm] == [index.htm] == [index.html] */
/* --> */
/* </style> */
