/* This code sets the background color*/
BODY      { background: #FFFFFF }

/* This code sets the topline links for white no underline, dark red underline hover, light red no underline visited*/
a.one:link { color: #FFFFFF; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.one:visited { color: #FFCCCC; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.one:hover { color: #790000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 12pt }

/* This code sets the body links for black no underline, black underline hover, medium red no underline visited*/
a.two:link { color: #000000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.two:visited { color: #790000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.two:hover { color: #000000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 12pt }

/* This code sets Joel's e-mail links black no underline, white underline hover, black no underline*/
a.three:link { color: #000000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.three:hover { color: #FFFFFF; text-decoration: underline; font-family: times, times new roman, serif; font-size: 12pt }
a.three:visited { color: #000000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }

/* This code sets Lynne & Joel's bottom e-mail links black no underline, black underline hover, dark red no underline visited*/
a.four:link { color: #000000; text-decoration: none; font-family: times, times new roman, serif; font-size: 10pt }
a.four:hover { color: #000000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 10pt }
a.four:visited { color: #790000; text-decoration: none; font-family: times, times new roman, serif; font-size: 10pt }

/* This code sets the headline links for black no underline, black underline hover, black no underline visited*/
a.five:link { color: #000000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.five:visited { color: #000000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.five:hover { color: #000000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 12pt }

/* This code sets the body links for black no underline, black underline hover, dark red underline visited*/
a.six:link { color: #000000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.six:visited { color: #790000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 12pt }
a.six:hover { color: #000000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 12pt }
 
/* This code sets the back to top links for black underline, dark red no underline hover, black underline visited*/
a.seven:link { color: #000000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 10pt }
a.seven:visited { color: #000000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 10pt }
a.seven:hover { color: #790000; text-decoration: none; font-family: times, times new roman, serif; font-size: 10pt }

/* This code sets the photo links for black underline, dark red no underline hover, dark red underline visited*/
a.eight:link { color: #000000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 12pt }
a.eight:visited { color: #790000; text-decoration: underline; font-family: times, times new roman, serif; font-size: 12pt }
a.eight:hover { color: #790000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }

/* This code sets the book links for black no underline, red no underline hover, black no underline visited*/
a.nine:link { color: #000000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.nine:visited { color: #000000; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
a.nine:hover { color: #FF3C3C; text-decoration: none; font-family: times, times new roman, serif; font-size: 12pt }
