/* ---------------------------------------------
	This style sheet is very basic for 
	older, out-of-date, non-CSS compliant
	browsers.
--------------------------------------------- */
body, p, td, ol, ul, li, input, select, textarea, small {
	font-family: Arial, Helvetica, sans-serif;}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #009; }

a		{color: #00f; font-weight: bold;}
a:visited	{color: #009;}
a:hover 	{color: #900;}
a:active	{color: #900;}

/* ---------------------------------------------
	Content
--------------------------------------------- */
code {
	font-weight: bold;
	color: #c00; }
blockquote {margin-left: 40px; }
blockquote h3 {margin-bottom: -1em; }
hr {
	height: 1px;
	color: #ccc; }
.warning {
	font-weight: bold;
	color: #900;
	}
