BODY
{
	background-image: url( glow.png );
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	background-color: #7396dc;
	font-family: sans-serif;
	font-weight: normal;
}

BODY > P
{
	padding-left: 10em;
}

.project_title
{
	font-weight: bold;
	font-style: normal;
}

.project_title.keyword
{
	font-style: normal;
}

.keyword
{
	font-style: italic;
}

.current.default
{
	visibility: inherit;
}

.default
{
	visibility: hidden;
}

.banner
{
	position: fixed;
	bottom: 0;
}

IMG
{
	border-width: 0;
}

