body {background-color:white;
	color: black;
	font-family: Times New Romans;}

h1 {text-align:center;
	background-color: white;
	color: gray;
	font-size: 28pt;
	padding-bottom: 5px;}

h2 {text-align:center;
	background-color: white;
	color: gray;
	font-size: 24pt;
	padding-bottom: 5px;}

h3 {text-align:center;
	background-color: white;
	color: gray;
	font-size: 16pt;
	padding-bottom: 5px;}

h6 {text-align:center;
	font-size: 10pt;}

p {text-align:center;
	font-size: 13pt;}

i {text-align:center;
	font-family: Brush Script MT;
	font-size: 14pt;}

img {text-align:center;
	border-color: white;}

#title {text-align:center;
	margin-left: 15%;
	margin-right: 15%}

#body {text-align:center;
	background-color: #F5F4FA;
	border-color: #F5F4FA;
	border-width: 5px;
	border-style: ridge;
	margin-left: 20%;
	margin-right: 20%}

table {text-align:center;
	background-color: #F5F4FA;
	border-color: blue;
	border-width: 5px;
	border-style: ridge;}
	
ul {margin-left:15%;
	list-style-type: square;
	font-family: Times New Romans;
	font-size: 13pt;}

A:link {text-decoration: none;
	color: black;
	font-family: Times New Romans;
	font-size: 13pt;}

A:visited {text-decoration: none;
	color: black;
	font-family: Times New Romans;
	font-size: 13pt;}

A:active {text-decoration: none;
	color: black;
	font-family: Times New Romans;
	font-size: 13pt;}

A:hover {border-style: none;
	color: blue;
	font-family: Times New Romans;
	font-size: 13pt;}

