/* Set the visited colour to the same as the link colour. Make sure the hover directive is
after the visited directive, otherwise visited links do not change to red on hover. */
A:link {color: blue;}
A:visited {color: blue;}
A:hover {color: red;}

body {
	background-image: url(images/bckgrnd.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 12pt;
	font-family: Verdana, Arial, times new roman, Georgia; }

h1 {
	font-size: 28pt;
	font-family: Elephant, Arial;
	color: blue;
}

h2 {
	font-size: 14pt;
	font-family:  arial; verdana,
	color: GREEN
}

h3 {
	font-size: 12pt;
	font-family: arial, sans-serif;
	color: blue;
	font-weight: bold;
}

h4 {
	font-size: 14pt;
	font-family: Comic Sans MS, Arial;
	color: red;
}
h5 {
	font-size: 28pt;
	font-family: Comic Sans MS, Arial;
	color: green;
}

h6 {
	font-size: 28pt;
	font-family: Comic Sans MS, Arial;
	color: yellow;
}



p.heading {	
	font-size: 12pt;
	font-family: arial, sans-serif;
	color: blue;
	font-weight: bold;
}

TABLE.nav { font-size: 10pt; width: 230;}
TH.nav { font-size: 10pt; width: 230;}
TD.nav { font-size: 10pt; width: 230; font-variant: small-caps}

th.dates {color: blue; text-align: left; width: 150; white-space: nowrap;}

table { margin-right: 50;}
th { text-align: left; vertical-align: top;}
td { text-align: left; vertical-align: top;}

TH.navhead { color: blue; text-align: center; font-size: 14pt; width: 230;}

img {
border: 0;

}