/* Name: dahabstyle.css
   Description: Style sheet
*/

a:link		{color: #ffe000}
a:visited	{color: #b0e0b0}
a:active	{color: red}

h1	 	{font-size: large; font-weight: bold; color: #ffe000}


body		{background-image: url(anemone.jpg);
                 background-attachment: fixed;
                 color: #ffe000}



