
/* text style */
P  {}
H1  {}
H2  {}
H3  {}



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

/* link style */
A {
  color: #0000FF; 
  text-decoration: underline;
}
A:hover {
  color: #8E294B;
  text-decoration: underline;
}

