

.swap {
  height:38px;
  width:100%;
  margin-bottom:0;
  padding-bottom:0;
  background-repeat:no-repeat;
  }
.swap span {display:none;}

h1#logo { background: url(../images/logo.png) no-repeat 1px 20px;}
h1#signup { background: url(../images/h1_signup.png) no-repeat 1px 20px;}

h2#about { background: url(../images/h2_about.png) no-repeat 1px 20px;}
h2#add { background: url(../images/h2_add_contact.png) no-repeat 1px 20px;}
h2#contact { background: url(../images/h2_contact.png) no-repeat 1px 20px;}
h2#edit { background: url(../images/h2_edit_contact.png) no-repeat 1px 20px;}
h2#faq { background: url(../images/h2_faq.png) no-repeat 1px 20px;}
h2#profile { background: url(../images/h2_profile.png) no-repeat 1px 20px;}
h2#login { background: url(../images/h2_login.png) no-repeat 1px 20px;}
h2#your_contacts { background: url(../images/h2_your_contacts.png) no-repeat 1px 20px;}


h4#login { background: url(../images/h4_login.png) no-repeat 0px 0px;} 
h4#add_contact { background: url(../images/h4_add_contact.png) no-repeat 0px 20px;} 
h4#edit_contact { background: url(../images/h4_edit_contact.png) no-repeat 0px 20px;}

.list, .list li {margin:0; padding:0;outline:none; list-style:none; border:none; }
.list { border-top: 0px solid #999; margin:auto 0px 20px 0px; } 
.list li { border-bottom: 1px solid #7a0026; padding:10px; cursor:pointer; }
.list a { color:#999; } 
.list a:hover { color:#cf548a; text-decoration:none; }

.bullets { list-style:disc;  }
.bullets li { margin-bottom:16px; margin-left:16px; }