p.LBCU {font-size:200%; text-align:center; text-decoration:underline; font-weight:bold;}	/*large bold center underline*/
p.CM {font-size:150%; text-align:center;}	/*center medium*/
p.LM {font-size:150%; text-align:left;}	/*left medium*/
p.LMB {font-size:150%; text-align:left; font-weight:bold;}	/*left medium bold*/
p.LL {font-size:200%; text-align:left;}	/*left large*/
p.LLU {font-size:200%; text-align:left; text-decoration:underline;}	/*left large underline*/
.red {color:Red;}	/*red color text*/
.blue {color:Blue;}	/*blue color text*/
.green {color:Green;}	/*green color text*/
.yellow {color:Yellow;}	/*yellow color text*/
.maroon {color:Maroon;}	/*maroon color text*/
.white {color:White;}	/*white color text*/
h1 {font-family:Arial; font-size:200%;}	/*arial large heading1*/
table.blue {width:800px; background-color:#003399; padding:3px 3px 3px 3px;} /*Lynx blue background cellpadding =1*/
table.navigation {width:800px; background-color:black; padding: 3px 3px 3px 3px;} /*navigation pane table settings*/
table.black {width:800px; background-color:black; padding:3px 3px 3px 3px;} /*black background cellpadding =1*/
table.calendar {width:800px; background-color:black; padding:3px 3px 3px 3px; color:white; font-size:100%; text-align:left;} /*black background white text cellpadding =1*/
table.body {width:800px; background-color:black; padding:3px 3px 3px 3px; color:white; font-size:100%; text-align:center;} 
body {background:#000000;} /*black background color*/
.center {text-align:center;} /*center element*/
.left {text-align:left;}	/*left justify*/
.right {text-align:right;}	/*right justify*/
img.borderLess {border:0px none #111111; }	/*no border on image (for image that is a link*/



/*link color setup*/
a:link {color:#003399;}     /* unvisited link */
a:visited {color:#003399;}  /* visited link */
a:hover {color:Red;}   /* mouse over link */
a:active {color:#003399;}   /* selected link */