/* Example style sheet file (note how this comment was created)  0066CC*/

BODY	{background: #ffffff;
	margin-top: 1
	margin-bottom: 10;
	margin-left: 2;
	margin-right: 2}

/* normal links           */
/* ====================== */
a:link {
    color: #00A;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #609;
    background-color: transparent;
    text-decoration: none;
}
a:active {
    color: #A00;
    background-color: transparent;
    text-decoration: underline;
}
a:hover {
    background-color: inherit;
    text-decoration: underline;
}

H1 {
	FONT-FAMILY:verdana;
  font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #0000CD;
}

CITE	{font-family: 'Gill Sans', Arial, sans-serif;
	 font-style: italic}


.menu1#viewsource {
  font-family: -moz-fixed;
  font-weight: normal;
  color: black;
  white-space: pre;
}

.menuWB
{

}
#viewsource {	FONT-FAMILY:verdana;
	background:#eaeaea;
	font-size:12px;
  font-family: -moz-fixed;
  font-weight: normal;
  color: black;
  white-space: pre;
}
#viewsource.wrap {
  white-space: -moz-pre-wrap;
}
.menuW
{

}

.textp
{

}

.link
{
A:link { color:#000000 }
A:visited { color:#000099 }
A:active { color:#000099 }
A:hover { color:#FF0000 }
}

.backG {
	FONT-FAMILY:verdana;
	background-color:#0000CD; 
	color:#ffffff; 
	border-bottom:#538c4d 2px solid;
	font-size:18px;
}

.form1
{
	FONT-FAMILY:verdana;
	background:#F8F8FF;
	font-size:14px;
}

.form
{

}

form1
{
	FONT-FAMILY:verdana;
	background:#eaeaea;
	font-size:12px;
}

.normal
{

}


hr {
  border: 0;
  width: 80%;
	color: #ffffff;
	background-color: #000000;
	height: 2px;
}
