/* Millard's Crossing Style Sheet  */
/*   Version 1: 2005-03-02  */

/* specify link colors to match background */
a:link {color:purple;}
a:visited {color:blue;}

/* specs for background and basic text */
BODY, TD, TH, DIV, OL, UL, DL, DT, DD, LI, P {
 background-color: #EAE4EF;
 font-family: arial,helvetica;
 font-size: 100%;
 font-weight: normal;
 font-style: normal;
 color: #000000;
}

/* Header: Header */
.Header {
 border-width: 0px;
 border-style: solid;
 border-color: #c0c0c0;
 text-align: left;
 color: #000000;
 padding-left: 2px;
 padding-right: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
}
/* hs1: Heading Option 1 - used for page titles */
.hs1 {
 font-family: arial,helvetica;
 font-size: 120%;
 font-weight: bold;
 font-style: normal;
}
/* hs2: Heading Option 2  - used for section titles  */
.hs2 {
 font-family: arial,helvetica;
 font-size: 100%;
 font-weight: bold;
 font-style: normal;
}
/* hs3: Heading Option 3 */
.hs3 {
 font-family: arial,helvetica;
 font-size: 80%;
 font-weight: normal;
 font-style: italic;
}
/* hs4: Heading Option 4 - used for TAGLINE */
.hs4 {
 font-family: arial,helvetica;
 font-size: 200%;
 font-weight: bold;
 font-style: italic;
 color: purple;
}

/* footing: Footing  - used for address/phone */
.footing {
 font-size: 90%;
 font-weight: normal;
 font-style: normal;
 text-align: left;
}

/* caption: Caption - used for photo captions and copyright */
.caption {
 font-size: 90%;
 font-weight: normal;
 font-style: normal;
 text-align: left;
}


/* credit: Credit - used for web design credits */
.credit{
 font-size: 70%;
 font-weight: normal;
 font-style: normal;
 text-align: left;
}
<!--
 font-family: arial,helvetica;
 font-family: 'Times New Roman',helvetica;
 font-family: Garamond,helvetica;
 font-family: 'Courier New',helvetica;
 font-family: 'Comic Sans MS',helvetica;
 font-family: Impact,helvetica;
 font-family: Lucida,helvetica;
 font-family: Palatino,helvetica;
 font-family: Verdana,helvetica;

-->
