/* Open Vistas Networking style sheet
	just the basics for now
	Jeff Ross 12/21/2001
*/
body	{font-size: medium;
	font-family: "Verdana", sans-serif;
	color: black;
	background: url(http://www.openvistas.net/background.gif);
	line-height: 125%;
	margin-left: 5%;
	margin-right: 5%;}
/*Indent paragraphs */
p 	{ margin-left: 5%;
	margin-right: 5%}
/* Headings are bold with lots of line spacing */

h1	{ margin-left: -8%;
	font-weight: bold;
	font-size: 200%;
	line-height: 200%;}
h2	{line-height: 175%;
	font-size: 175%;
	font-weight: bold;
	margin-left: -4%;}
h3	{ font-weight: bold;
	line-height: 150%;
	font-size: 150%;
	margin-left: -4%;}
h4	{font-weight: bold;
	margin-left: -4%;
	font-size: 125%;
	line-height: 125%;}
h5	{font-weight: bold;
	font-size: 110%;
	line-height: 100%;}
/* footnotes*/
div.footnote	{font-size: 75%;
		line-height: 125%;
		text-align: center;}
/* link line*/
div.link	{font-size: 85%;
		line-height: 1em;
		font-style: italic;
		text-align: center;}
/*  parent link*/
div.parentlink	{font-size: 85%;
		text-align: left;
		font-style: italic;}
div.vertlink   {font-size:95%;
		text-align: left;
		line-height:125%;
		font-style: italic;}
			
/*  shell script*/
pre		{font-size:95%;
		margin-left: +10%;
		margin-right: +10%;
		font-family: "Courier", mono;}
/* unordered, bulleted list */
ul 	{margin-left: 15%;
	margin-right: 15%}	
ol	{margin-left: 15%;
	margin-right:15%}
