body         { font: 100% "Verdana","Arial","sans-serif"; color: "#000000" }
table        {
	font-size: 12;
	color: #000000;
}
h1           {
	font: bold 200% "Comic Sans MS";
}
h2           {
	font: 150% font-weight;
: bold }

p.menuHeader      { font: 120% "Comic Sans MS"; text-decoration:underline; text-align: center; font-weight: bold }
p.description     {
	text-align:center;
	display:none;
	font-size: 85%;
}
p.descriptionShow { font: 85%; text-align:center; display:block }
p.trailer         {
	text-align:center;
	color: #666666;
	font-size: 75%;
}

a:link    	{ text-decoration:none;      color: #000080}
a:visited 	{ text-decoration:none;      color: #000080}
a:hover   	{ text-decoration:underline; color: "#000000" }

a.menu:link       {
	text-decoration:none;
	color: #000080;
	font-size: 100%;
}
a.menu:visited    {
	text-decoration:none;
	color: #000080;
	font-size: 100%;
}
a.menu:hover      { font: 100%; text-decoration:none; color: "#000000" }
a.submenu:link    {
	text-decoration:none;
	color: #2A3FAA;
	font-size: 80%;
}
a.submenu:visited {
	text-decoration:none;
	color: #2A3FAA;
	font-size: 80%;
}
a.submenu:hover   { font:  80%; text-decoration:none; color: "#000000" }
p.submenu         { font:  80%; text-decoration:none; color: "#808080"; margin: "0mm" }

PRE
{
	background-color: #E0E0E0;
	padding: 5pt;
	font-family: "Courier New", Courier, mono;
	white-space: pre;
	width: 100%;
}

CODE
{
	color: #990000;
	font-family: "Courier New", Courier, mono;
}

.cpp-comment		{ COLOR: green; FONT-STYLE: italic; }
.cpp-keyword		{ COLOR: blue; }
.cpp-preprocessor	{ COLOR: navy; }
.cpp-string		{ COLOR: purple; }
.cpp-literal		{ COLOR: midnightblue }

