/*  Master Styles for SpecAir.ca	*/ 
	body { background-image: url(BackgroundPage1New.gif);
             background-repeat: repeat-x;
             background-attachment: fixed;
   	     }

	H1   { font-family: verdana, sans-serif;
		    font-size: xx-large;
		    strong
	     }
	H2   { font-family: verdana, sans-serif;
	       font-size: x-large;
	       strong
	     }

	H3   { font-family: verdana, sans-serif;
	       font-size: large;
	       strong
	     }

	H4   { font-family: verdana, sans-serif;
	       font-size: medium;
	       strong
	     }

	h5   { font-family: verdana, sans-serif;
	       font-size: small;
	       strong
	     }
   
	p    { font-size: 12pt;
                 color: #2C3588;
		 text-indent: 1em;
		 font-family: arial, verdana, sans-serif }

	
     theDir { font-size: large;
		    font-weight: bold;
                    color:#aa5588;
		    font-family: verdana, sans-serif; }

     .dark  { font-weight: bold; }

     a:hover  { text-decoration: underline;
		    color: blue    }

     a:active { text-decoration: none;
		     color: #A1A1A1  }

     a:visited { color: blue  }

     a:link  { color: navy }


