<!--
A { text-decoration:none }
BODY {
margin-right: 4em;
margin-left: 4em; /* copied from opposite side (right) */
background-image:url('/images/hot-air-balloon-vertical-15sec-speed.gif');
background-repeat:no-repeat;
background-position:top right;}
h1 {color: #333333}
p {color: #333333; font-family: times, arial/* added font-family on 8 29 08 because to me makes news article easier to read Before font was declared in include Include declaration not removed but CSS delcaration has priority */}

a:link {color: #3333ff; background-color: white; }
a:visited {color: #666666; background-color: white; }
a:hover {color: black; background-color: #99ff99; }
a:active {color: #ff6600; background-color: white; }
-->