body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #FFCC00;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 100%;
	color:#000000;
}
a:link { color: #0000ff; }
a:visited { color: #0000ff; }
a:active { color: #0000ff; }
table {
	font-weight: bold;
	font-size: 100%;
}

/* for home.html */
.copyright {
	font-size: 75%;
	font-weight: normal;
}
.homemaintitle 
{
    font-size: 125%;
    font-weight: bold;
}
.homesectionheading
{
    font-weight: bold;
    font-size: 110%;
}

/* for info.html */
.infoparaheading 
{
	color: #3366ff;
}
.infoparabody
{
	font-size: smaller;
}


/* for sign-up.html */
.formheading 
{
	font-size: large;
}
.formheadingcell
{
	background-color: #CCCCCC;
}

/* for forms_*.html and sign-up.html */
.indentbold 
{
	margin-left: 50px;
	font-weight: bold;
}