body 
{	background-color: white;
	font-family: verdana, sans-serif; 
	background-image: url(img/Gray_paper_fine.jpg);
}

p 
{	font-family: verdana, sans-serif;
}

p.smcap 
{	font-variant: small-caps;
}

p.twoline 
{	text-decoration: overline underline;
}

p.strikeout 
{	text-decoration: line-through;
}


h1 
{	padding: 10px; 
	background: navy; 
	color: white; 
}

h2 
{	padding: 8px; 
	color: navy;
}

h3 
{	padding: 5px; 
	background: navy; 
	color: white; 
}

h4 
{	padding: 4px; 
	background: navy; 
	color: white; 
}

h5 
{	padding: 3px; 
	background: darkred; 
	color: white; 
}

h6 
{	padding: 3px; 
	background: red; 
	color: white; 
}

a:link {color: #00008B}     /* {DARKBLUE} unvisited link */
a:visited {color: #800080}  /* {PURPLE} visited link */
a:active {color: #800000}   /* {MAROON} selected link */

/* a:hover {color: #FF0000; background: #E0FFFF; } */  /* {RED;LIGHTCYAN} mouse over link */

a:hover {color: #FF0000; background: #DCDCDC} /* {RED; GAINSBORO}
/* a:hover {font-size: 108%; text-decoration: underline overline; color:red;} */

