div.title1 {
	color		: #ff6666;
	text-align	: left;
	font-size	: 144%;
	font-family	: Sans-Serif;
	margin-left	: 20%;
	margin-right: 20%;
	padding		: 5px 5px 5px 5px;
}

div.title2 {
	color		: #ffffff;
	background	: #0099cc;
	text-align	: center;
	font-size	: 144%;
	font-family	: Serif;
	font-weight	: Bolder;
	margin-left	: 20%;
	margin-right: 20%;
	margin-bottom: 10px;
	padding		: 5px 5px 5px 5px;
}

hr {
	margin-left	: 20%;
	margin-right: 20%;
	height		: 1px;
	color		: #0099cc;
	background	: #0099cc;
	border-style: none;
}

h1 {
	font-size	: 120%;
	font-family	: San-Serif;
	border-left	: Solid 10px #0099cc;
	border-bottom: Solid 1px #0099cc;
	padding		: 5px 5px 5px 5px;
}

h2 {
	font-size	: 100%;
	font-family	: San-Serif;
	border-top	: none 5px;
	border-bottom: Solid 1px #0099cc;
	margin-top	: 8px;
	margin-bottom: 5px;
}

h3 {
	font-size	: 100%;
	font-family	: San-Serif;
	margin-top	: 8px;
	margin-bottom: 5px;
}

ul {
	list-style-type: square;
}

li {
}

td.selected {
	color		: #ffffff;
	background	: #3399cc;
	font-size	: 80%;
}

td.select {
	font-size	: 80%;
}

img {
	border-style: none;
	vertical-align:	middle;
	margin		: 4px;
}

a:link {
	color		: #0000ff;
}

a:visited {
	color		: #800080;
}

a:hover {
	color		: #ffffff;
	background	: #0099cc;
}

a:active {
	color		: #ff0000;
}

