/*This CSS file goes with Ted & Kathy's Personal Website*/

/*BODY*/
body {background: #ffff88}

/*LINKS*/
a:link {color: #0000ff; text-decoration: underline}
a:visited {color: #ff0000; text-decoration: underline}
a:hover {font-size: 125%; text-decoration: underline}
a:focus {font-size: 125%; text-decoration: underline}
a:link.1 {color: #0000ff; text-decoration: underline}
a:visited.1 {color: #ff0000; text-decoration: underline}
a:hover.1 {font-size: 125%; text-decoration: underline}
a:focus.1 {font-size: 125%; text-decoration: underline}

/*HEADERS*/
h1.c1 {text-align: center}
h2.c1 {text-align: center; font-weight: bold; font-family: sans-serif, Arial, Helvetica}
h3.c2 {color: black; font-family: Script, Arial, Helvetica; text-align: center; font-weight: bold}
h3.c11 {text-align: center}


/*PARAGRAPHS*/
p.c2 {text-align: justify}
p.c3 {text-align: left; text-indent="25"}
p.c5 {text-align: center}
p.c8 {font-style: italic; text-align: right}
p.c9 {font-weight: bold; text-align: center}
p.c12 {text-align: left}
p.c13 {font-style: italic; text-align: center}
p.c14 {color: White; text-align: center}





 
 
 /*DIVISIONS*/
div.c3 {text-align: center}
div.c4 {font-family: arial, helvetica; font-size: smaller; text-align: center}


/*SPANS*/
span.c10 {font-size: larger}

