.center
{
	text-align: center;
}

.hdr
{
/*	cursor: pointer; */
	font-weight: bold;
}

/* define headline as well as headline links */
/* */
.headline
{
	color: rgb(0, 255, 255);
	font-size: x-large;
	padding-bottom: 24px;
	text-align: center;
}

.headline a
{
	text-decoration: none;
}

.headline a:link
{
	color: rgb(0, 255, 255);
}

.headline a:visited
{
	color: rgb(0, 255, 255);
}

.headline a:hover
{
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

.headline a:active
{
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
/* */
/*-------------------------------------------*/

#page_title
{
	font-size: x-large;
	padding-bottom: 24px;
	text-decoration: underline;
}

.xl
{
	font-size: x-large;
}

/* anchor pseudo-classes must be in this order */
/* */
a
{
	text-decoration: none;
}

a:link
{
	color: rgb(255, 255, 192);
}

a:visited
{
	color: rgb(255, 255, 192);
}

a:hover
{
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

a:active
{
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
/* */
/*---------------------------------------------*/

body
{
	background-color: rgb(0, 0, 64);
	color: rgb(255, 255, 128);
	font-family: "trebuchet ms", arial, sans-serif;
	margin-left: 18px;
}

img
{
	border-color: rgb(255, 255, 128);
}

