/* This is the external CSS file */
/* BTW this is a comment in a CSS file  */

a:img {border: none;}

a.effect1:link {color: navy ; text-decoration: none; }
a.effect1:visited {color: navy ; text-decoration: none; }
a.effect1:hover {color: navy ; text-decoration: underline; }
a.effect1:active {color: navy; text-decoration: none; }

a.effect2:link {color: white ; text-decoration: none; }
a.effect2:visited {color: white ; text-decoration: none; }
a.effect2:hover {color: white ; text-decoration: underline; }
a.effect2:active {color: white ; text-decoration: none; }


a.effect3:link {color: #0084FF ; text-decoration: none; }
a.effect3:visited {color: #0084FF ; text-decoration: none; }
a.effect3:hover {color: #0084FF ; text-decoration: underline; }
a.effect3:active {color: #0084FF; text-decoration: none; }

.qty { font-size: 12pt; font-weight:bold; font-face:arial; color: black} 
.price-red { font-size: 12pt; font-weight:bold; font-face:arial; color: red}
.button { font-size:8pt;font-weight:bold; font-face:arial;background-color:#ff6c2a; color:white}

.topic { font-size: 20pt; font-weight:bold; font-face:arial; color: #2D6D7F} 
.text1 { font-size: 11pt; font-face:arial; color: black}