a:link
{
	color: #0066CC;
	text-decoration: none;
	text-align: left;
}

a:visited
{
	color: #0066CC;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a:active
{
	color: #0066CC;
	text-decoration: underline;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #999999;
	font-weight: lighter;
	letter-spacing: 2px;
	text-align: justify;
}

h2
{
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #39F;
	border-color: black black #999999;
	border-bottom-width: thin;
	letter-spacing: 2px;
	font-weight: bolder;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #39F;
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	border-color: black black #333333;
	border-bottom-width: thin;
	letter-spacing: 2px;
}

h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #666666;
	text-align: justify;
	white-space: nowrap;
	font-weight: lighter;
	text-indent: 5pt;
	letter-spacing: 2px;
}

hr
{
	background-color: #000000;
	border-color: black black #CCCCCC;
	border-style: solid;
	border-bottom-width: thin;
}

h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
}

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: normal;
}
.copy { text-align: center; }

.contents
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #666666;
	text-align: justify;
	white-space: nowrap;
	font-weight: lighter;
	text-indent: 5pt;
	letter-spacing: 2px;
}

.question
{
	font-size: medium;
	font-wieght: bold;
	text-decoration: italic;
}

.answer { font-size: small; }

.section
{
	color: #000000;
	font-size: large;
	font-weight: bold;
}

div.edit
{
	position:relative
	width: auto;
	height: auto;
	background-color: #FF9;
}

a.edit
{
	color: #FF9;
	font-weight: bold;
}

p.edit
{
	background-color: #FF9;
	text-align: right;
}

