/* Skybrook Technical Writing Stylesheet, Sep 2016, skybrook.biz*/

@media screen {
	* {font-family: sans-serif;
		font-weight: normal;
		font-size: normal}
	}

@media print {
	* {font-family: serif;
		font-weight: normal;
		font-size: normal}
	}

body	{background-color: #C0C0FF; margin: 3%;}

h1	{text-align: center; font-weight: bold; font-size: 140%;}
h2	{text-align: left; font-weight: bold; font-size: 120%;}
h3	{font-weight: bold; font-size: 100%;}

li	{padding-top: 0.2em; padding-bottom: 0.2em;}

dl 	{line-height: 110%;}
dt	{padding-bottom: 0.5em;}
dd	{padding-bottom: 0.5em;}

A:link 	{color: #0000FF}
A:visited 	{color: #800080}
	
hr	{height: 1px; width: 100%; color: #00008B;}
