BODY
{
	background: white;
	color: black;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

/* all backgrounds are white except left menu */
p
{
	color: black;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

/* redefine italic tag to avoid actual italics: */
i
{
	font-style: normal;
	color: teal;
}

/* General links for all pages except sidemenu */
a
{
	color: darkRed;
	text-decoration: none;
	padding: 0px;
}

a:visited { color: dimGray; padding: 0px;}
a:hover { color: white; background-color: red; padding: 0px;}
a:active { color: #f22222; padding: 0px;}

/* generic classes; may be applied to any tag: */
.caption
{
	font-style: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

.menu
{
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

.menu2
{
	color: white;
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

.accent
{
	color: DimGray;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

.title
{
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

.ref /* reference: names of books, magazines, movies, etc. */ { color: teal; }

/* regular text color */
.reg { color: black; }

STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline; }

/* or use this for references: */
em
{
	font-style: normal;
	color: teal;
}

LI { display: list-item; }

H1, H2, H3, H4, H5, H6 { font-family: Verdana, Helvetica, Arial, Geneva, sans-serif; }

H1, H2, H3 { color: DimGray; }
H1, H2, H3, H4, H5, H6 { font-weight: bold; }
H1 { font-size: 24px; }
H2 { font-size: 20px; }
H3 { font-size: 18px; }
H4 { font-size: 14px; }
H5 { font-size: 12px; }
H6 { font-size: 10px; }
B, STRONG { font-weight: bolder;  }

/* relative to the parent */
CITE, VAR, ADDRESS, BLOCKQUOTE { font-style: italic; }
PRE, TT, CODE, KBD, SAMP { font-family: monospace; }
PRE { white-space: pre; }
ADDRESS { margin-left: 3em; }

BLOCKQUOTE
{
	margin-left: 3em;
	margin-right: 3em;
}

UL, DIR { list-style: disc; }
OL { list-style: decimal; }
MENU { margin: 0; }

/* tight formatting */
LI { margin-left: 3em; }
DT { margin-bottom: 0; }

DD
{
	margin-top: 0;
	margin-left: 3em;
}
