/-- kitestyles.css --/

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #CC9900;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
.captain {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #CC9900;
}
.imgfloatl {
	float: left;
	padding: 2px;
	margin: 4px;
	border: thin solid #999999;
}
.stars {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.floatr {
	margin: 4px;
	float: right;
	border: thin solid #999999;
}
.emph {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

.price {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	background-color: #66FF66;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
}

