body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #000000 fixed;
	font-size: 12pt;
	cursor: default;
}******* hyperlink and anchor tag styles *******/

a:link{
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a {
	cursor: hand;
	color: #930;
}

a:hover{
	color: #FF0000;
	cursor: hand;
	text-decoration: underline;
	font-style: italic;
}
.center {
	text-align: center;
}
h2 {
	font-style: italic;
	color: #930;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
}
p {
	top: 0px;
	bottom: 0px;
	text-indent: 15px;
	text-align: justify;
}
.photoRight {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.highlite {
	background-color: #FF0;
}
.photoLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
table {
	background-color: #F1DEBE;
	text-align: justify;
}
.x-small {
	font-size: x-small;
}
