/* file: style.css */

body		{background-image: url('image/Marble4.jpg');
	 	 background-attachment: fixed}

.list		{text-decoration: underline; color: darkgreen}

a.list:hover	{text-decoration: underline; color: orange}

a.list:active	{text-decoration: underline; color: orange}

a		{font-family: Bookman Old Style; text-decoration: none; 
         color: darkslateblue; font-weight: bold}

a:hover		{text-decoration: underline; color: firebrick}

a:active	{text-decoration: underline; color: firebrick}

td	{font-family: Bookman Old Style}

p	{font-family: Bookman Old Style}