body {
	background-image: url(images/Background.gif);
}

/* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: blue;
}

h1 {
	display: block;
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: bold;
}

h2 {
	display: block;
	font-size: 1.5em;
	margin: 0.83em 0;
	font-weight: bold;
}

h3 {
	display: block;
	font-size: 1.17em;
	margin: 0.1em 0;
	font-weight: bold;
}

p {
	font-family: "Times New Roman";
	font-size: 1em;
}

.bold {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
}

.italic {
	font-family: "Times New Roman";
	font-size: 1.15em;
	font-style: italic;
}

.maintext {
	font-family: "Times New Roman";
	font-size: 1.25em;
}

.bigandbold {
	font-size: 1.25em; 
	font-weight: bold;
}
