﻿body 
{
	font-size: 10pt;
	color: #660000;
	font-family: Georgia, Arial, Sans-Serif;
}

H1
{
	font-weight: bold;
	font-size: 24pt;
}

H2
{
	font-weight: bold;
	font-size: 16pt;
}

.link-style, A:link, A:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: #663300;
	font-family: Garamond, Arial, Sans-Serif;
	text-decoration: underline;
}

P
{
	font-size: 10pt;
	color: #660000;
	font-family: Georgia, Arial, Sans-Serif;
}
.copyright_text
{
	font-weight: bold;
	font-size: 8pt;
	color: #666600;
	font-style: italic;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
}

.major_section
{
	font-size: larger;
	color: #336633;
}

.commandline
{
	font-size: 8pt;
	left: 20px;
	color: #2d1a00;
	font-family: Sans-Serif;
	position: relative;
}

.topic
{
	font-weight: bold;
	font-size: 12pt;
	color: #660000;
	font-family: Georgia, Arial, Sans-Serif;
	text-decoration: underline;
}

.filenameorvar
{
	font-size: 10pt;
	color: #660000;
	font-family: Sans-Serif;
	font-weight: bold;
}

A:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffff00;
	font-family: Garamond, Arial, Sans-Serif;
	text-decoration: underline;
}


