a {
}

a:link {
	background-color: transparent;
	color: #0000FF;
}

a:visited {
	background-color: transparent;
	color: #CC3333;
}

a:hover {
	color: #CC0000;
}

body {
	background-color: #A2DBFD;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 3px;
	margin-top: 3px;
}

h2{
}

h6 {
	background-color: transparent;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
}

img {
	border: 3px outset;
}

li {
	margin-bottom: 1px;
	margin-top: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

p {
	margin-bottom: 10px;
	margin-top: 2px;
}

ul {
	list-style-type: circle;
}


table {
	background-color: #A2DBFD;
	border: 0 none #A2DBFD;
	text-align: center;
	width: 99%;
}

.menu {
	margin-left: 50% -6em;
	text-align: left;
	width: 12em;
}

