BODY {
background-image: url(./../images/backplane-cpp.gif);
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
margin: 0px;
}
IMG {
border: 0px;
}
TD, TH, DIV, SELECT, TEXTAREA, INPUT {
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
}

/* link classes 
Note: we only specify anything that changes from the base class in 
all other classes */
A, A.pn-normal {
color: #0000FF;
font-size: 13px;
text-decoration: underline;
background: none;
}
A.pn-title {
font-size: 14px;
font-weight: bold;
}
A.pn-sub {
font-size: 11px;
}
A.pn-logo {
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
text-decoration: none;
}

/* postnuke specific classes */
.pn-logo {
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
}
.pn-logo-small {
font-size: 13px;
font-weight: bold;
}
.pn-pagetitle, h1 {
font-size: 16px;
font-weight: bold;
}
.pn-title, h2 {
font-size: 14px;
font-weight: bold;
}
.pn-normal {
color: #000000;
font-size: 13px;
text-decoration: none;
}
.pn-sub {
font-size: 11px;
}

/* news styles */
.pn-storytitle {
font-size: 14px;
font-weight: bold;
letter-spacing: 3px;
}
/*
	Standard-Stylesheet file for "Yet Another Cpp 2 HTML Tool"
	(c) by Benjamin Kaufmann
	This program is distributed	 WITHOUT ANY WARRANTY;
	without even the implied warranty of MERCHANTABILITY or
	FITNESS FOR A PARTICULAR PURPOSE.

	See Cpp2HtmlConf for more information about configuring the
	generated output.

*/

/*
	Used abbreviations:
	Key 	: keywords (e.g. class)
	Tspec	: type specifiers (e.g. int or const)
	Sspec	: storage class specifiers (e.g. static)
	Fspec	: function specifiers (e.g. virtual)
	Delim	: operators/punctators (e.g. {})
	Func	: functions
	Com		: Comments (single and multi-line)
	Str		: Strings (string and character literals)
	Num		: Numbers
	Id		: Identifiers
	Prep	: Preprocessor directives (e.g. #include)
	Imp		: Headernames (e.g. <iostream> or "foo.h")
	Oth		: All other characters
*/
.LineNr
{
	color : Black;

}
.Key
{
	color : #0000A0;
	font-weight: bold;
}
.Tspec
{
	color : #FF8000;
	font-weight: bold;
}
.Sspec
{
	color : #804000;
}
.Fspec
{
	color : #800040;
}

.Delim
{
	color : Maroon;
}
.Oth
{
	color : Fuchsia;
}

.Func
{
	color : Maroon;
	font-weight: bold;
}
.Com
{
	color : Teal;
}

.Str
{
	color : #000040;
}

.Imp
{
	color : #004040;
}
.Num
{
	color: Red;
}
.Id
{
	color : Black;
}

.Prep
{
	color : #008000;
}

pre
{
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size : 10 pt;
}
.GenCode
{
	font-size : 10 pt;
	background :#E2E2E2;
	background-color : #E2E2E2;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
	white-space : pre;
}

