/* Style Sheet for Canopy Wireless Solutions */

/* default body */

BODY 	{font: 12pt Arial, sans-serif;
    background-attachment: fixed; 
    background-image: url(http://www.canopy-wireless-solutions.com/images/Grains.jpg);
     margin-top: 0;
	 margin-bottom: 0;
    }

/* default links  cross hairs */

A:link {font: 10pt Arial; font-weight: bold; COLOR: Blue; margin-top: 2; margin-bottom: 2;}
A:visited {font: 10pt Arial; font-weight: bold; COLOR: black; margin-top: 2; margin-bottom: 2;}
A:hover {font: 10pt Arial; 
	font-weight: bold; 
	COLOR: red; 
	margin-top: 2; 
	margin-bottom: 2;}
	cursor: crosshair;
   text-decoration: overline;
	}
	 

/* default paragraph */
p 	{font: 12pt Arial, sans-serif;
	 color: black;
	 margin-top: 0;
	 margin-bottom: 0;
	  }

/* default headlines */

H1	{font: 12pt Arial, sans-serif;
	 font-weight: bold;
	 color: black;
	 margin-top: 4;
	 margin-bottom: 4;
	 }

H2	{font: 12pt Arial, sans-serif;
	 color: black;
	}
H3	{font: 10pt Arial, sans-serif;
	 color: black;
	 font-weight: bold;
	 margin-top: 2;
	 margin-bottom: 2;
	}
H4	{font: 10pt Arial, sans-serif;
	 color: black;
	 margin-top: 0;
	 margin-bottom: 0;
	 }

/* Lists */
ul	{font: 10pt Arial;
	 font-weight: bold;
	 color: red;
	 margin-top: 2;
	 margin-bottom: 2;
	 }
li	{font: 10pt Arial;
	 font-weight: bold;
	 color: red;
	 margin-top: 2;
	 margin-bottom: 2;
	 }
/* Classes */
.stretch	{letter-spacing: 0.25em}
.indent {text-indent: 15}
.spacing {margin-top: 0 margin-bottom: 0}
.urld	{font: 10pt Arial, sans-serif;
	 color: black;
	 font-weight: bold;
	 margin-top: 0;
	 margin-bottom: 2;
	}
.dropcap1 {
	float: left;
	margin-top: -1pt;
	margin-bottom: -10pt;
	font-size: 250%;
	font-weight: bold;
	font-family: serif;
	}