/* cpred.css is the style sheet definition for the Paris Community Pages */
/* with white background and pink/red elements. copyright by yoshiwara 1998 */


/* table heading (td bgcolor, bold) */
td { font-family:Arial; font-size:10pt }
td.red { background-color:#ffdddd; font-weight=bold }

/* table list (td valign=top) */
td.list { text-align:left; font-family:Arial }

/* text colour */
p { color:#000066 }

/* link colours */
a:link { color:#cc0000; text-decoration:none }
a:visited { color:#991111; text-decoration:none }
a:active { color:#ff0000; text-decoration:none }


/* navigator */ 

address { font-family:Arial; font-style:normal; font-size:10pt;  text-align:center; border-style:groove; border-width:medium; border-color:#991111; padding:3pt }

