.body {
	background-attachment:fixed;
	text-align :justify
}

.bold {
	font-weight: bold
}

h1 {
	background-attachment:fixed;
	text-align :justify;
	font-family: arial, helvetica, serif;
}
h2 {
	background-attachment:fixed;
	text-align :center;
	font-family: arial, helvetica, serif;
}
.justify {
	text-align: justify
}

.center {
	text-align :center
}

.boldcenter {
	font-weight: bold;
	text-align :center
}

.mainheading {
	color: white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-left: 40;
	margin-top:10;
	margin-bottom:10
}

.pageheading {
	color: black;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center
}

.subheading {
	color: black;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center
}

.small {
	color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin-top:40;
	margin-bottom:20
}

A.small {
	font-size: 100%;
	text-decoration: none;
}

A.small:visited {
	text-decoration: none;
}

A.small:hover {
	color: red;
	text-decoration: none;
}


.navbar {
	color: white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center
}

A.navbar:visited {
	color: white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center
}

A.navbar:hover {
	color: yellow;
	text-decoration: none;
}

td {
  	font-weight: bold;
}
body {
    font-family: arial, helvetica, serif;
}

