
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#D5DDE6;	 
	background-color:#7f7f81;		
	background-image:url(img/darkgradbg.jpg); 
	background-repeat:repeat-y;	
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #BECBD8;
}

a {
	color: #99CCFF;
	text-decoration: none;
}

form {
	background-color: lightblue;
}

.noBackground {
  background-color: #DCDCDC;
}

.submit {
  background-color: #7EE7FE;
  color: blue;
}
  
a:hover {
	text-decoration: underline;
}

a:visited {
	color: #9999FF;
	text-decoration: none;
}

