<!--

/* the following A links will have no underline unless mouse hover, then it is dashed */
/* the underline is actually a border with 0 width on left, right, and top */

A:link   { font-family : Arial, Helvetica, Verdana, sans-serif; text-decoration : none; background-color : transparent }
A:hover { font-family : Arial, Helvetica, Verdana, sans-serif; text-decoration : none; border : none; border-width : 0px 0px 0px 0px}
A:active { font-family : Arial, Helvetica, Verdana, sans-serif; color: red; background-color : transparent; text-decoration : underline overline}
A:visited{ color: darkblue; text-decoration : none }

/* button style comments
 - GoButtons are used on the main menu  A-Z buttons (very small)
 - MenuButtons are a bit larger
 - MyButtons are used on the
 - NavButtons are used on larger buttons with dark red chars
 - OrderButtons are used on smaller 'order' buttons beside meds
 - ViewCartButtons are a darkgreen/lightgrey
 - EditCartButtons are a darkred/lightgrey
                                               */

.GoButton {
color: darkgreen;
font-size: 7pt;
}

.MenuButton {
font-size: 11pt;
}

.MyButton {
border:2px solid darksalmon; background-color: cornsilk ;
color: firebrick ;
font-size: 7pt;
font-family: verdana
}

.NavButton {
font-size: 10pt;
color: darkred;
}

.OrderButton {
font-size: 7pt;
}

.ViewCartButton {
background-color: lightgrey ;
color: darkgreen;
font-size: 7pt;
font-family: verdana;
}

.EditCartButton {
background-color: lightgrey ;
color: darkred;
font-size: 7pt;
font-family: verdana;
}


BODY{
font-family: Arial, Verdana, MS Sans-Serif;
font-size: 2;
color: Black;
background-image: "images/bkgnd.gif";
scrollbar-face-color: #C6C6C6; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #000000; 
scrollbar-3dlight-color: #445555; 
scrollbar-arrow-color: #000000; 
scrollbar-track-color: #e9e8e3; 
scrollbar-darkshadow-color: #aaaaaa 
}

HR{ border-bottom : thin groove; }

H1, H2 {
  color: red;
  font-family : Arial, Helvetica, Verdana, sans-serif }

H3, H4, H5, H6 {
  color: black;
  font-family : Arial, Helvetica, Verdana, sans-serif }




-->

