
a {
    text-decoration: none;
    color: #001ABB;
    background-color: inherit;
}

a:hover {
    text-decoration: none;
}

body {
	margin: 40px;
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
}

#page {
	width: 90%;
	\width: 90%; /*box model hack for ie/win*/
	w\idth: 90%; /*box model hack for ie/win*/
	margin: 0px;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
}

#header {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	font-size: 2.5em;
	font-weight: bold;
	background-color: #BFBFBF;
	color: black;
}

#menu {
	display: none;
}

#menu li {
    list-style-type: square;
}

#menu a {
	background-color: transparent;
	color: inherit;
}

#text {
	border: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 1.6em;
	font-family: "times new roman", "courier new", serif;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #EBEBE7;
	color: #212E4D;
}

.heading1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    background-color: inherit;
    color: navy;
}

.heading2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
    text-decoration: underline;
    background-color: inherit;
    color: navy;
}

#footer {
	display: none;
}

#gallery {
}

#gallery img {
    border: 0;
}

#gallery br {
    clear: left;
}

#gallery a {
    text-decoration: none;
}

.back {
    display: none;
}

.next {
    display: none;
}
