a:link
{color: #006699;text-decoration:none; font-weight:bold  
 }

a:visited
{color: #006600;text-decoration:none; font-weight:bold  
} 

a:active 
{color: #008000; font-weight:bold  
}

a:link.drugstore   { font-size: 10pt; text-decoration: none; font-weight: bold }
a:visted.drugstore   { font-size: 10pt; text-decoration: none;  font-weight: bold }
a:active.drugstore { font-size: 10pt; text-decoration: none; font-weight: bold }

body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

.leftPad     { padding-left: 6px; padding-right: 0; padding-top: 0; padding-bottom: 0 }

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(64,0,0);
}
h2
{
		color: rgb(128,0,0); 
}
h3
{
      color: rgb(102,102,102);

}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}