<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>The Beauty Book - Card Secure Code Help</title>
<style type="text/css" media="screen">@import url("beautybook.css");</style>
<style type="text/css" media="print">@import url("beautybook.css");</style>
</head>
<body style="text-align:center;margin:20px;">
<h1 id="branding"><a href="http://www.thebeautybook.org/index.php">The Beauty Book</a></h1>
<h2>Card Security Code (Credit Card Validation)</h2>
<h3>Visa, Mastercard or Discover</h3>
<p>The Card Security Code for a Visa, Mastercard or Discover card is the three digit number at the right side on the back of your credit card.</p>
<p><img src="images/cardsecurevisa.jpg" alt="Example of VISA security code." /></p>
<!--
<h3>American Express</h3>
<p>The card security code for your American Express card is a four-digit number located on the front of your credit card, to the right or left above your main credit card number.</p>
<p><img src="images/cardsecureamex.jpg" alt="Example of AMEX security code." /></p>
-->
<p> </p>
<p><button class="default" type="button" onclick="window.close();">Done</button></p>
</body>
</html>