body	{
	margin:		0;
	padding:	0;
Arial, Helvetica, sans-serif
	font-family: helvetica, arial, sans-serif;
	color:	#000000;
	background : #ffffff;
/*	background-image: url(bluedot.gif); */
	background-image: url(firecracker.gif);
  background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  helvetica, arial, sans-serif;
    }
a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link	{
  color: #3333ff;
	background-color: transparent;
	}
a:visited	{
  color: #ff33ff;
	background-color: transparent;
	}
a:active	{
	color:	#000000;
	background-color: transparent;
	}
a:hover	{
  color: #ff3366;
	background-color: transparent;
	text-decoration:	underline;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
.mainpage {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 2px solid #000000;
  }

.banner {
	padding: 10px 20px;
	float: right;
	}

.manage {
	padding: 5px 10px;
	margin: 3% 3%;
	border: 2px dotted #ff0000;
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}	
ul {
  list-style-type: none;
  }
th {
  font-family: helvetica, arial, sans-serif;
  }
td {
  vertical-align: top;
  padding: 5px 5px;
  }
dl {
  padding-left: 20px;
  }
h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	20px;
	}
	
h3	{
	font-size:	16px;
	}
	
h4 {
	font-size:	12px;
	}
	
h5	{
	font-size:	12px;
	}
	
h6	{
	font-size:	12px;
	}

	
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
.ahem	{
	display:	none;
	}
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #0060c0;
	background: transparent;
	}
.name {
  font-weight: bold;
  }
.formtitle {
  padding-right: 5px;
  text-align: right;
  font-weight: bold;
  }
.formbutton {
  text-align: center;
  }
.formleft {
  text-align: left;
  }
.formcenter {
  text-align: center;
  }
.formright {
  text-align: right;
  }

