/* stylesheet to control the overall look and feel of the webpage */

body 	{font-size: 12pt Times New Roman;
	color: #7E7E7E;
	background: url(back2.jpg);}

h1
{
font: 50pt Times New Roman;
color: #878080
text-align: center;
}

h2
{
font: 30pt Times New Roman;
color: #7E7E7E;
text-align: center;
}#

h3
{
font: 30pt Times New Roman;
color: #7E7E7E;
text-align: centre;
link color: #7E7E7E;
}#


:link { color: #7E7E7E; }  /* for unvisited links */
:visited { color:#7E7E7E; } /* for visited links */
:active { color: #7E7E7E; } /* when link is clicked */
:hover { color: #000000; } /* when mouse is over link */






