/*Body stuff ....*/

/*body {background-color:#ffff99;}*/

/*Some paragraph definitions .....*/

p.nav {

font-family:helvetica, verdana, san-serif;
font-size: 16px;
color:#999999;

}

p.mono {

font-family: Courier, Courier New, Monaco, monospace;
font-size:  14px;
color: #111111;
}

/*p.mono added 30JUN04, specifically to use when quoting e-mails and such.*/

p.minimono {

font-family: Courier, Courier New, Monaco, monospace;
font-size:  10px;
color: #111111;
}

/*  This one is p.mono with an indent:  */

p.new_mono {

font-family: Courier, Courier New, Monaco, monospace;
font-size:  14px;
color: #111111;
text-indent: 5%
}

/*This one is for the body text of the main page. */

/*
p.generic {

font-family: Albertus, Trebuchet, Papyrus, sans-serif;
font-size: 17px;
color: #111111;
}
*/

p.generic {

font-family: Papyrus, Georgia, Times New Roman, sans-serif;
font-size: 17px;
color: #111111;
}

/*One for the unordered list ....*/

p.ulist {

font-family: Albertus, Trebuchet, Papyrus, sans-serif;
font-size: 16px;
color: #111111;
}

/*And one for the ordered list ....*/

p.olist {

font-family: Albertus, Trebuchet, Papyrus, sans-serif;
font-size: 15px;
color: #111111;
}


p.title {
font-variant:small-caps;
font-weight:bold;
font-style:italic;
font-size: 16px;
color: #999999;
text-align: center;
}

h1, h2, h3, h4, h5{

color:#999999; text-align:center}  /* gray text, centered */
body { font-family:verdana, arial;
 }

/*One for the table ....*/

td {

font-family: Albertus, Trebuchet, sans-serif;
font-size: 15px;
color: #808080;
}

/*One for the unordered links*/


/*For the occasional time I need to SHOUT!!!! Green text, bold, flush left.*/

p.shout {

font-family: palatino, bookman, serif;
font-size:  20pt;
font-weight: bold;
color: green;
text-align:center
}


/*For the occasional "Hot Tip(tm)":  Red text, bold, flush left.*/

p.note {

font-family: palatino, bookman, serif;
font-size:  12pt;
font-weight: bold;
color: red;
}

/*Pictures and captions ....*/

p.picture {
text-align:  center;
border: 0;
}

p.caption {

font-family: palatino, bookman, serif;
font-size:  12pt;
text-align: center;
font-style: italic;
color: #111111;
}

/*Ending symbol, Linda Rough style ....*/

p.end {

font-family: palatino, bookman, serif;
font-size: 15px;
color: #111111;
text-align: center
}

/*Link control ....*/

a:active {
color : lime;
background : #ffffff;
font-weight : bold;
text-decoration : none;
}
a:link {
color : #996995;
background : #ffffff;
font-weight : bold;
text-decoration : none;
}
a:visited {
color : fuchsia;
background : #ffffff;
font-weight : bold;
text-decoration : none;
} 
a:hover {
color : #ffff00;
background : #ffffff;
font-weight : bold;
text-decoration : none;
}


