﻿.PageContent
{
	width: 440px;
	color: #c9c9c9;
}
.PageContent p
{
	color: #c9c9c9;
	font-size: 100%;
}
.PageContent h1
{
}
.PageContent h2
{
	font-size: 100%;
	margin: 0 0 5px 0;
	padding: 8px 0 3px 0;
	font-weight: bold;
	border-bottom: solid 1px #000000;
}
.PageContent h3
{
}
.PageContent a
{
	text-decoration: none;
	border-bottom: 1px solid #30BEE4;
	color: #30BEE4;
}
.PageContent a:link,
.PageContent a:visited
{
	color: #30BEE4;
}
.PageContent a:hover
{
	color: #2B9FBE;
	border-bottom: 1px solid #2B9FBE;
}

