@import url(../../_StyleBase/basic.css );

body { 
	background-color: "#99FF99";
	}

P.Body:first-letter {
	color: red;
}

H1.Title {
     font-size: 24.000000pt;
     color: red;
}

H2.MonthName {
     font-size: 24.000000pt;
     color: red;
     text-align: center;
}

<!-- Initial letter of the Title Block Header -->
H1.TBinit {
	color: white;
}

<!-- Final letters of the Title Block Header -->
H1.TBtail {
	color: white;
     font-size: 24.000000pt;
}

<!-- Title Block Subtitle -->
H2.TBsubtitle {
	color: gold;
}

@import url(../../_StyleBase/basic.css);

StandardClass { /* Place Holder */ }

body 
{ color: black; background-color: pink
  font-family: "Verdana", "Helvetica", "sans-serif";
}

TD.Index    {background-color: pink}
TD.Main     {background-color: pink}
TD.AdsRight {background-color: pink}

body a:link    { color:black;}
body a:visited { color:blue;}
body a:hover   { color:white; background-color: green;}


/* --------------- Bold, Paragraph, and List Elements --------------- */

.bold {font-weight: Bold;}
p.Body:first-letter { color: black;	font-size: 18pt; font-weight: bold; }


/* --------------- Left Menu --------------- */

P.MenuItem a:link    { color: black;}
P.MenuItem A:visited { color: blue;}
P.MenuItem A:hover   { color: white; background-color: green;}

P.MenuItemIndent a:link    { color: black;}
P.MenuItemIndent A:visited { color: blue;}
P.MenuItemIndent a:hover   { color: white; background-color: green;}


/* --------------- Title Box --------------- */

Table.TitleBox {background-color: black}
Table.TitleBox h1 {	color: black; background-color: yellow}
Table.TitleBox h2 {	color: white; background-color: black}
Table.TitleBox h3 {	color: white; background-color: green}
Table.TitleBox h4 { color: yellow;  background-color: blue}

/* --------------- END Title Block --------------- */
