/* CSS Document */

.p{
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #000000;
line-height: 20px;
padding: 3px;
}
.Bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

.Banner {
	list-style-image: none;
	list-style-type: none;
	outline-color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	text-align: center;
}

.bullets {
	list-style-image: url(Personal%20Web%20Page_files/image001.gif);
	list-style-type: square;
	list-style-position: inside;
	outline-color: #0000FF;
}

.Revised {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0000FF;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
	display: inline;
	padding: 4px;
	width: 400px;
}


.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
	display: inline;
	padding: 4px;
	width: 400px;
}
