/* CSS Document*/
body {
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  margin-left: 0px;
	  margin-top: 0px;
	  margin-right: 0px;
	  margin-bottom: 0px;
	  }
	  
a:link { color: #000000; background-color: purple; text-decoration: none; }

a:hover { color: black; font-weight: bold; background-color: purple; text-decoration: none; }


a:visited { color: black; background-color: purple; text-decoration: none; }

a:active { color: black; background-color: purple; text-decoration: none; }	  
		 
h1 {font-size: 24px;}
h2 {font-size: 18px; font-weight: bold;}

.ebooktitle {color:#FFFFFF}
.smtext {font-size:10px; color:#FFFFFF;}
.padd {padding-left: 20px; padding-right: 20px;}
 
