<!-- List Properties -->
a:link { color: black; text-decoration: none }
a:active { color: #888888; text-decoration: none }
a:visited { color: #6A5ACD; text-decoration: none }
a:hover { color: #000000; text-decoration: underline; font-style: italic; font-weight: bold }
ul
{
list-style-type: none;
padding: 0;
margin: 0;
font: 14px arial;
text-align: center;
width: 100%;
}
ul.NoBullet {
  list-style-type: none;

}

<!-- Text Properties -->
p {font-style: normal;
    font-size: 10pt;
    font-family: "times new roman" arial, sans-serif;
    padding:0px;
    margin:0px;
}

p.second {font-style: normal;
    font-size: 14px;
    font-family: "times new roman" arial, sans-serif;
    padding:0px;
    margin:0px;
}
<!-- Link Properties -->
P.pagelink {font-style: normal;
a:link { color: black; text-decoration: none }
a:active { color: #888888; text-decoration: none }
a:visited { color: #6A5ACD; text-decoration: none }
a:hover { color: #000000; text-decoration: underline; font-style: normal; font-weight: bold;

}

<!-- Header Properties -->
H1 {
font-size:26px;
           color:black;
           font-style: italic;
           padding:0px;
           margin:0px;
      }
H2 {
font-size:22px;
           color:black;
           font-style: italic;
           padding:0px;
           margin:0px;
      }
H3 {
font-size:14px;
           color:black;
           font-style: normal;
           padding:0px;
           margin:0px;
      }
<!--- Added By Payal --->

.cart_class{
 font:Verdana, Arial, Helvetica, sans-serif;
 color:#333333;
 font-size:10px;

}