body { background-color: seashell; 
	   color: Gray;
	   font-family: Arial, Helvetica, sans-serif; }
table {	font-family: Arial, Helvetica, sans-serif; }
div { color Gray; 
	   font-family: Arial, Helvetica, sans-serif; }

h1 { color: DarkRed; 
	text-decoration: strong; 
	font-style: oblique; }
h2 { color: DarkRed; 
	font-style: oblique;}
h3 { color: DarkRed; 
	font-style: oblique;}
h4 { color: DarkRed; 
	font-style: oblique;}
p { color: Gray; }

ul { color: Gray; 
	 list-style-type: square; }
ul.square { color: Gray; 
	 list-style-type: square; }
ul.disc { color: Gray; 
	 list-style-type: disc; }
ul.circle { color: Gray; 
	 list-style-type: circle; }

a:link {color: #000099;
text-decoration: underline; }
a:hover {color: #400080;
text-decoration: underline; }
a:visited {color: #006666;
text-decoration: underline; }