
/* StarDrifter Hot Air Balloon CSS */

/* body background */
body { background-color:#ffffff }

/* Use again later
	background-image: url(tree.gif);
	background-repeat: no-repeat; background-attachment: fixed;
	background-position: 50% 50%} */
	
/* Headers */
H1, H2, H3 {font-family: arial, helvetica, sans-serif; color: "00009C"}

/* hyperlinks */
address {font-size:0.9em; font-style:normal; font-color:crimson; text-align:center;}
A {font-size: 1em;  color: "#ff3300"}

A:hover {color:blue}

/* unordered lists */
UL {list-style: url(orngstar.gif)}

UL B {color:rgb(155,0,0)}

hr {color: "#FF7030"}












