/* My first attempt at a CSS, Toby 11 April 2002 */

body

{

font-family:  sans-serif;
font-size: medium;
text-align:justify;
background: white url("gastile1.jpg");

}

p 

{font-family:  sans-serif; font-size: 100%; color: blue}

A:link {background: transparent; color: #ff0000}
A:visited {color: #770000}
A:hover {background: yellow; color: #ff0000}
A:active {background: yellow; color: red}

.ending {font-size: x-small; color: black ;}
/* Hope it works! */



