body {background-color: #A9A9A9;
      color: #800000;
      font-family: "Times New Roman", Times, serif;
      text-shadow: 5px 5px 5px #FF0000;}
p {color: #800000;}
ul {list-style-type: square;
	border-style: solid;
	border-width: medium;}
img { opacity: 0.4;}
img:hover {opacity: 1.0;} 

a:link {color: #808080;	}

/* visited link */
a:visited {color: #8B0000;}

/* mouse over link */
a:hover { color: #000000;}

/* selected link */
a:active {color: #696969;}
