.logo
{
	font-size: 26pt;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

a
{
	color: #0000ee;
	font-size: 10pt;
	font-family: tahoma;
	text-decoration: underline;
}

a:hover
{
	color: #0080ff;
	text-decoration: none;
}

.text
{
	color: black;
	font-size: 10pt;
	text-decoration: none;
	font-family: tahoma;
}

.quoting
{
	color: gray;
	font-size: 10pt;
	text-decoration: italic;
	font-family: tahoma;
}

p
{
	text-indent: 15;
}

.header
{
	color: maroon;
	font-size: 12pt;
	font-family: tahoma;
	font-weight: bold;
}

.code
{
	font-family: courier new;
	font-size: 10pt;
	background-color: #fafafa;
}

code
{
	font-family: courier new;
	font-size: 10pt;
	background-color: #fafafa;
}

.delphi_preprocessor
{
	color: green;
	text-decoration: italic;
}

.delphi_keyword
{
	font-weight: bold;
}

.delphi_string_const
{
	color: #0000a0;
}

.faq_question
{
	color: maroon;
}

SPAN.COMMENT {
	COLOR: #008800
}
SPAN.STRING {
	COLOR: #007777
}
SPAN.CHARACTER {
	COLOR: black
}
SPAN.KEYWORD {
	COLOR: blue
}
SPAN.PREPROCESSOR {
	COLOR: blue
}
SPAN.NUMBER {
	COLOR: black
}
SPAN.ACCENT {
	COLOR: red
}
