/* body */

body {
	font-family: Times Roman;
	line-height: 125%;
}


/* hyperlinks */

a {
	font-weight: normal;
}

a:link {
	color: blue;
}

a:visited {
	color: gray;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}

a:active {
	color: aqua;
	background-color: navy;
}


/* paragraph settings */

p {
	font-size: large;
	color: black;
	line-height: 100%;
}


/* heading 1 settings */

h1 {
	font-size: x-large;
	color: black;
}

h2 {
	font-size: x-large;
	color: black;
	line-height: 100%;
}


/* table settings */

table.events td {
	font-size: medium;
}

