/* Main Page */
body { 
		background-image: url('bgimage.gif');
		background-position: right bottom;
		background-repeat: no-repeat;
		background-attachment:fixed;
	}
p {
	font-family:tahoma;
	color:black;
	font-size:10pt;
	text-align:left;
	vertical-align:bottom;
	position:auto;
	display:list-item;
  }
a:link {
			color:#00CCFF;
			text-decoration:none;
		 }
a:visited {
			   color:#00CCFF;
			   text-decoration:none;
		     }
a:active {
			   color:#00CCFF;
			   text-decoration:none;
	         }
a:hover {
			color:#00CCFF;
			text-decoration:none;
	        }
.only {
		border-color:black;
		border-width:1px;
		border-style:solid;
		height:300px;
		width:600px;
		position:relative;
		left:150px;
		top:150px;
		text-align:center;
		v-align:center;
	 }
td {
	font-family:tahoma;
	color: black;
	font-size:10pt;
	text-align:center;
	vertical-align:center;
   }
h1 {
	font-family:tahoma;
	font-size:16pt;
	color: black;
	text-align:center;
   }
	   
	   
