﻿.smallItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.smallitalics {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.legend {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.center {
	text-align: center;
}
* {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	font-size: large;
}
body {
	background-image: url('Images/myBodyPic.jpg');
	background-repeat: repeat-y;
}
