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

a:img {border: none;}

a.effect1:link {color: purple ; text-decoration: none; }
a.effect1:visited {color: purple ; text-decoration: none; }
a.effect1:hover {color: purple ; text-decoration: underline; }
a.effect1:active {color: purple; 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: black ; text-decoration: none; }
a.effect3:visited {color: black ; text-decoration: none; }
a.effect3:hover {color: black ; text-decoration: underline; }
a.effect3:active {color: black; text-decoration: none; }

a.effect4:link {color: #4F8D04 ; text-decoration: none; }
a.effect4:visited {color: #4F8D04 ; text-decoration: none; }
a.effect4:hover {color: #4F8D04 ; text-decoration: underline; }
a.effect4:active {color: #4F8D04; text-decoration: none; }

a.effect5:link {color: #2D6D7F ; text-decoration: none; }
a.effect5:visited {color: #2D6D7F ; text-decoration: none; }
a.effect5:hover {color: #2D6D7F ; text-decoration: underline; }
a.effect5:active {color: #2D6D7F; text-decoration: none; }

.qty { font-size: 11pt; 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:#2cb921; color:white}

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

.v12 {
	font-size: 12px;
	font-weight: normal;
	color: #2D6D7F;
	font-family: arial, helvetica;
	line-height:14px;
}

.v11 {
	font-size: 11px;
	font-weight: normal;
	color: #2D6D7F;
	font-family: arial, helvetica;
	line-height:12px;
}