
/* 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: #000000;
/* 	scrollbar-base-color: #CABA93; */
}

/* link style */
A {
  color: #006600; 
  text-decoration: underline;
}
A:hover {
  color: #0000FF;
  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;
}
