
/* text style */
P  {}
H1  {}
H2  {}
H3  {}



/* body style */
body  {
	font-family: Arial, Verdana, sans-serif; 
	font-size: medium;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
/*	background: #000000;   */
/* 	background: url(images/background.jpg); */
/*	color: #000000; */
/* 	scrollbar-base-color: #CABA93; */
}

/* link style */
A {
  color: #8A0E17;
  text-decoration: underline;
}
A:hover {
  color: #012A9C; 
/*  color: #5B1D1B; */
  text-decoration: underline;
}


/* link style */
a.websitedesign {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 6pt;
    color: #8F8D75; 
    text-decoration: none;
}

a.websitedesign:hover {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 6pt;
	color: #8F8D75;
	text-decoration: underline;
}