﻿h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #800000;
	text-decoration: none;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000080;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	color: #000000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
video {
	background-color: #FFFF66;
	border: medium double #0000FF;
	border-radius: 10px;
	position: absolute;
	width: 650px;
	height: 450px;
	z-index: auto;
	top: 355px;
	right: auto;
	bottom: auto;
	left: 15px;
}

li {
	list-style-type: square;
	list-style-image: url('../Images/69-03_wings_list.png');
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #000080;
	font-size: medium;
	list-style-position: outside;
	font-weight: bold;
}



