
/* Scrounge.org regular pages */

/* First specify the basic formatting parameters for the standard tags. */

P, UL, OL, li, BLOCKQUOTE, TABLE { 
/* 	font-family: Geoxrgia, Times New Roman, Times, Serif; */
	color: Black;
}

H1, H2 { 
	font-family: Arial, Helvetica, Sans-Serif;
	color: Black;
	font-weight: bold;
}

H3, H4, H5 { 
	font-family: Arial, Helvetica, Sans-Serif;
	color: #cc3300;
	font-weight: bold;
}

H1 {font-size: 24pt; }
H2 {font-size: 18pt; }
H3 {font-size: 14pt; }
H4 {font-size: 12pt; }
H5 {font-size: 10pt; }

p, UL, OL, li {
	font-size: 12 pt;
	line-height: 120%
}

pre {
	font-family: Courier New, Courier, monospace;
	font-size: 10pt;
	color: #Black;
	line-height: 110%;
}

tt {
	font-family: Courier New, Courier, monospace;
	font-size: 10 pt;
	color: #Black;
}

th {
	font-size: 12pt;
	color: Black;
	background-color: White;
}

td.table {
	font-size: 10pt;
	color: Black;
	text-align: Left;
	background-color: White;
}

/* Now add a few custom formatting classes for my pages */

/* For narrow navagation columns */
.nav {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: Black;
}

/* For indented "sidebar" type material */
.smalltext, p.smalltext, ul.smalltext, li.smalltext {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	line-height: 120%
	color: Black;
}

/* Alternate "quoted" material */
.smallquote {
	font-size: 10pt;
	line-height: 120%
}

/* Formatting smallish <tt> */

.smalltt {
	font-family: Courier New, Courier, monospace;
	font-size: 9 pt;
	color: #Black;
}

/* Define the characteristics of link behavior. */

A { text-decoration: none }
A:link { color: Blue; }
A:visited { color: Blue; }
A:Active { color: Green; }
A:hover { color: #cc3300; }
