body
{
	background: #FFFFFF url('imageurlhere') no-repeat fixed center center;
        bgcolor: #FFBB55;
	color: #3120D2;
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 0px;
	padding: 0px;
	font-family: "Arial Rounded MT Bold", Arial, Verdana, Sans-Serif;
	font-size: small;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

img
{
	border: none 0px #ffffff;
}

a
{
   color: #007C7E;
   text-decoration:none;
   font-size: 15px;
}

a:hover
{
   color: #FFAA00;
   text-decoration:none;
	font-size: 15px;
}

h1
{
	color: #AEAFFF;
	text-align: center;
	padding: 5px;
	margin: 0px;
	font-size: large;
}

h2
{
   color: #AEAFFF;
	padding: 0px;
	margin-left: 30px;
	font-size: medium;
}

p
{
	font-size: small;
}


.blue TH, .bluecell
   {
      background-color:#100b6f;
      border-color: #7373C9;
      color:white;
      font-family:sans-serif;
      font-weight:700;
   }

.blue TH, .blueborder
   {
      background-color:8585DB;
      border-color: #7373C9;
      color:white;
      font-family:sans-serif;
      font-weight:700;
   }
