/* Cascading Style Sheet for Tie Tours Web Site
 * Written by Ian and Andy Hickson
 */


 BODY		{ font-family: "Gill Sans", "Verdana", sans-serif;
                  color: black; background-color: white; 
                  background-image: url(logo1.gif); background-repeat: no-repeat;
                  background-position: top right; }
 A:LINK		{ color: blue; }
 A:ACTIVE	{ color: red; }
 A:VISITED	{ color: navy; }
 A:HOVER	{ color: red; }
 P#IEH { font-size: xx-small; }

/* If you have IE4, then uncomment this... 

 BODY		{ color: white; background-color: black; 
                  background-image: url(logo3.gif); background-repeat: y-repeat;
                  background-position: top right; margin-right: 139px; }
 H1, H2, H3, H4, H5, H6 { font-family: "Verdana", "Arial", serif; }
 H1		{ font-weight: 900; } 
 H2		{ font-weight: 800; } 
 H3		{ font-weight: 700; } 
 H4		{ font-weight: 600; } 
 H5		{ font-weight: 500; } 
 H6		{ font-weight: 400; } 
 A:LINK		{ color: lime; }
 A:ACTIVE	{ color: aqua; }
 A:VISITED	{ color: yellow; }
 A:HOVER	{ color: aqua; }
 P#IEH		{ font-size: xx-small; font-family: "Kidz", "Balloonist Inline SF", "Aristocrat SF", fantasy; }

*/

/****************************************/

 
/* This was written with the help of HTML Writer,
 * written by Ian Hickson.
 * http://www.bath.ac.uk/~exxieh/delphi/htmlwriter.html
 */
