
body { 
	margin:0px 0px 0px 0px; 
	background-color:#A4CCE6;
	background-image:url(images/none.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size:12x;
	color:#336666;
	/* Scroll bar color */
	scrollbar-face-color: #5D96C1;
	scrollbar-highlight-color: #336666;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color: black;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #7AACD3;

	}
	
a:link {
	color:#666666;
	text-decoration:none;
	
	}
	
a:visited {
	color:#666666;
	text-decoration:line-through
	
	}
	
a:active {
	color:#FFCC00;
	text-decoration:line-through
	
	}
	
a:hover {
	color:#666666;
	text-decoration:underline
	
	}

 /* Form input */
input { 
	background-color:#EAFFFF; 
	border:#336666;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px; 
	border-bottom-width:1px;
	border-left-width:1px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#336666;
	
	}

/* Alternate table colors */
.tableA {
	background-color:#7AACD3;
	font-size:18px;
	
	}
	 
.tableB {
	background-color:#5D96C1;
	font-size:18px;
	
	} 

