
/* text style */
H1  {
	font-size:16pt;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	margin:10px 0px 0px 0px;
}
H2  {	
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	margin:10px 0px 0px 0px;
}
H3  {}



/* body style */
body  {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
/*	background: #000000;   */
/* 	background: url(images/background.jpg); */
	color: #000080;
/* 	scrollbar-base-color: #6B6B8E; */
}

p,ul,div,td {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	color: #000080;
}
/* link style */
A {
  color: #000080;
  text-decoration: underline;
}
A:hover {
  color: #8E294B;
  text-decoration: underline;
}


