/* carrigan.org CSS */
BODY {
        margin-left: 0;
        font: 9pt Arial,Palatino;
        color: #000000;
        background: #000000;
        text-align: justify;
}

/* Headings */
H1 {
        font-family: Arial,Palatino;
	font-size: 24pt;
        font-weight: bold;
        text-align: center;
}
H2 {
        font: 18pt Arial,Palatino;
        font-weight: bold;
        text-align: center;
}
H3 {
        font: 14pt Arial,Palatino;
        font-weight: bold;
        text-align: center;
}

/* Links */
A      {
       text-decoration:none;
/*     font-weight: bold; */
       }
A:link {
        color:#FF0000;
       }
A:active {
        color:#003366;
       }
A:visited {
        color:#FF0000;
       }
.old   {
        color:#FFFFFF;
       }
A:hover {
        text-decoration:underline;
        color:black;
       }

/* Other */
P {
        padding-top:0;
        font: 9pt Arial,Palatino;
        color: #000000;
        text-align: justify;
}

.header {
        padding-top:0;
        font: 12pt Arial,Palatino;
        font-weight: bold;
        color: #000000;
        text-align: center;
}
.body {
        padding-top:0;
        font: 12pt Arial,Palatino;
        color: #000000;
        text-align: justify;
}
.alert {
        text-decoration: blink;
        border: groove red;
}

EM.readme {
        background: #ffffc0;
}

PRE {
        font: 9pt Mishawaka,Monaca,Courier;
}

SMALL.note {
        font: 9pt Arial,Palatino;
        }

/**
STRONG.important {
}
*/
