.button-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    padding: 20px;
  }
  
  .manual-button {
    display: block;
    padding: 10px 15px;
    background-color: #0056b3;
    color: white !important;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .manual-button:hover {
    background-color: #003d82;
    color: yellow !important;
  }
  #table-wrapper {
    clear: both;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;    
    background-color: aliceblue !important;
    padding: 20px; /* Added padding to ensure content doesn't touch the edges */
    overflow: auto; /* This ensures the wrapper contains floated children */
}
  .table-column {
    width: 45%;
    background-color: aliceblue !important;
    padding: 20px; /* Adjust as needed, leaving some space between columns */    
  }
  .table-item {
    margin-bottom: 10px;
    background-color: aliceblue !important;
  }
body,
p {
    color: #000000;
    font-family: "Arial";
    font-size: 18px;
    line-height: 1.6;   
    margin: 0;
    padding: 0;
    text-decoration: none;
}
select,
textarea {
    color: #222;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body {
    background: linear-gradient(to bottom, #0066cc, #003366);
    background-attachment: fixed;
    margin: 0 auto;
    width: 950px;
    min-height: 100vh;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;
}
ol li {
    list-style-type: decimal;
}
::-moz-selection {
    background-color: #333;
    color: #fff;
}
::selection {
    background-color: #333;
    color: #fff;
}
a,
a:visited {
    color: #c61a1a;
    text-decoration: underline;
}
a:hover {
    color: #c61a1a;
    text-decoration: none;
}
a img {
    border: none;
}
#wrap {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    border: 0px solid #ededed;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
    position: relative;
}
#header {
    height: 150px;
    margin: 0 auto;
    width: 100%;
}
#title-area {
    float: left;
    overflow: hidden;
    padding: 0;
    width: 450px;
}
#title-area #title {
    line-height: 1.6;
    margin: 0;
    padding: 30px 0 0 20px;
}
#title-area #title a,
#title-area #title a:hover {
    color: #222;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 36px;
    font-weight: normal;
    text-decoration: none;
}
#title-area #description {
    color: #999;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 20px;
}
#header .widget-area {
    float: right;
    padding: 40px 0 0;
    width: 480px;
}
#header .widget-area p {
    margin: 0;
    padding: 0 0 5px;
}
.header-image #title-area,
.header-image #title-area #title,
.header-image #title-area #title a {
    display: block;
    float: left;
    height: 150px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 450px;
}
.header-image #title-area #description {
    display: block;
    overflow: hidden;
}
.header-full-width #title-area,
.header-full-width #title-area #title,
.header-full-width #title-area #title a {
    box-sizing: border-box;
    width: 100%;
}
#nav {
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
    clear: both;
    color: #000000;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}
#nav .wrap {
    border: 1px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
#nav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#nav ul ul {
    border: none;
}
#nav li {
    float: left;
    list-style: none;
}
#nav li a {
    color: #000000;
    display: block;
    margin: 0;
    padding: 7px 10px 6px;
    position: relative;
    text-decoration: none;
}
#nav li a:active,
#nav li a:hover,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
    background: #444;
    color: #fff;
}
#nav li a .sf-sub-indicator {
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 14px;
    width: 10px;
}
#nav li li a,
#nav li li a:link,
#nav li li a:visited {
    background: #444;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    margin: 0;
    padding: 7px 10px 6px;
    position: relative;
    text-transform: none;
    width: 148px;
}
#nav li li a:active,
#nav li li a:hover {
    background: #444;
    color: #fff;
}
#nav li li a .sf-sub-indicator {
    top: 10px;
}
#nav li ul {
    height: auto;
    left: -999em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 170px;
    z-index: 9999;
}
#nav li ul a {
    width: 140px;
}
#nav li ul ul {
    margin: -34px 0 0 169px;
}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfHover ul ul,
#nav li.sfHover ul ul ul {
    left: -999em;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfHover ul,
#nav li li.sfHover ul,
#nav li li li.sfHover ul {
    left: auto;
}
#nav li:hover,
#nav li.sfHover {
    position: static;
}
#nav li.right {
    float: right;
    margin: 0;
    padding: 7px 10px 6px;
}
#nav li.right a {
    background: none;
    border: none;
    color: #000000;
    display: inline;
    font-weight: normal;
    text-decoration: none;
}
#nav li.right a:hover {
    background: none;
    color: #666;
    text-decoration: underline;
}
#subnav {
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
    clear: both;
    color: #666;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}
#subnav .wrap {
    border: 1px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
#subnav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#subnav ul ul {
    border: none;
}
#subnav li {
    float: left;
    list-style: none;
}
#subnav li a {
    color: #666;
    display: block;
    margin: 0;
    padding: 7px 10px 6px;
    position: relative;
    text-decoration: none;
}
#subnav li a:active,
#subnav li a:hover,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item {
    background: #444;
    color: #fff;
}
#subnav li a .sf-sub-indicator {
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 11px;
    width: 10px;
}
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
    background: #444;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    margin: 0;
    padding: 7px 10px 6px;
    position: relative;
    text-transform: none;
    width: 148px;
}
#subnav li li a:active,
#subnav li li a:hover {
    background: #444;
    color: #fff;
}
#subnav li li a .sf-sub-indicator {
    top: 10px;
}
#subnav li ul {
    height: auto;
    left: -999em;
    padding: 0;
    position: absolute;
    width: 170px;
    z-index: 9999;
}
#subnav li ul a {
    width: 140px;
}
#subnav li ul ul {
    margin: -34px 0 0 169px;
}
#subnav li:hover ul ul,
#subnav li:hover ul ul ul,
#subnav li.sfHover ul ul,
#subnav li.sfHover ul ul ul {
    left: -999em;
}
#subnav li:hover ul,
#subnav li li:hover ul,
#subnav li li li:hover ul,
#subnav li.sfHover ul,
#subnav li li.sfHover ul,
#subnav li li li.sfHover ul {
    left: auto;
}
#subnav li:hover,
#subnav li.sfHover {
    position: static;
}
#inner {
    clear: both;
    margin: 20px auto;
    width: 100%;
}
.breadcrumb {
    border-bottom: 1px dotted #aaa;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0 0 3px;
}
.taxonomy-description {
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 10px;
}
#content .taxonomy-description p {
    margin: 0;
    padding: 0;
}
#content-sidebar-wrap {    
    width: auto;
}
.page-template-landing-php #content-sidebar-wrap {
    margin: 0 auto;
    float: none;
    width: 100%;
}
.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    width: 100%;
}
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
    float: right;
}
#content {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 20px;
    box-sizing: border-box;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
    float: right;
}
.content-sidebar #content,
.sidebar-content #content {
    width: 590px;
}
.full-width-content #content {
    border: none;
    width: 900px;
}
.page-template-landing-php #content {
    margin: 0 auto;
    width: 680px;
}
.post {
    margin: 0 0 40px;
    overflow: hidden;
}
.page {
    border: none;
}
.single .post {
    border-bottom: none;
    margin: 0;
}
.page-template-landing-php .page {
    padding: 10px 10px 0;
}
.entry-content {
    overflow: hidden;
}
.entry-content p {
    margin: 0 0 25px;
}
blockquote {
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin: 0 15px 25px;
    overflow: hidden;
    padding: 25px 25px 0;
}
p.notice {
    background: #f5f8fa;
    border: 1px solid #d7e8f0;
    margin: 0 15px 25px;
    padding: 25px;
}
.clear {
    clear: both;
}
.clear-line {
    border-bottom: 1px dotted #aaa;
    clear: both;
    margin: 0 0 25px;
}
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin: 0 0 20px;
    padding-left: 3%;
}
.one-half,
.three-sixths,
.two-fourths {
    width: 48%;
}
.one-third,
.two-sixths {
    width: 31%;
}
.four-sixths,
.two-thirds {
    width: 65%;
}
.one-fourth {
    width: 22.5%;
}
.three-fourths {
    width: 73.5%;
}
.one-fifth {
    width: 17.4%;
}
.two-fifths {
    width: 37.8%;
}
.three-fifths {
    width: 58.2%;
}
.four-fifths {
    width: 78.6%;
}
.one-sixth {
    width: 14%;
}
.five-sixths {
    width: 82%;
}
.first {
    clear: both;
    padding-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 10px;
    padding: 0;
}
h1 {
    font-size: 30px;
    margin: 0 0 10px;
}
h2 {
    font-size: 30px;
    margin: 0 0 10px;
}
h2 a,
h2 a:visited {
    color: #222;
    text-decoration: none;
}
h2 a:hover {
    color: #c61a1a;
    text-decoration: none;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
.widget-area h4 {
    border-bottom: 1px dotted #aaa;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 3px;
}
h5 {
    font-size: 18px;
}
h6,
.widget-area h2,
.widget-area h2 a {
    font-size: 16px;
}
.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 25px;
}
.archive-page ul li,
.entry-content ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
}
.entry-content ol li {
    margin: 0 0 0 35px;
}
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
    padding: 0;
}
.post-info {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 5px 10px;
}
.post-meta {
    background: #f5f5f5;
    clear: both;
    color: #666;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 5px 10px;
}
.author-box {
    background: #f5f5f5;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
}
.author-box p {
    font-size: 14px;
}
.author-box img {
    background: #fff;
    border: 1px solid #ddd;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px;
}
.after-post {
    background: #f5f5f5;
    clear: both;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px;
}
#sidebar-alt {
    float: left;
    width: 140px;
}
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
    float: right;
}
.content-sidebar-sidebar #sidebar-alt {
    float: right;
}
.sidebar p {
    font-size: inherit;
    margin: 0 0 20px;
}
.sidebar .widget {
    margin: 0 0 40px;
    padding: 0;
}
.sidebar a img {
    margin: 0;
}
.sidebar .social-profiles a img {
    margin: 5px 6px 0;
}
.widget-area ol,
.widget-area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-area ul li {
    background: url(https://web.archive.org/web/20220131080122im_/http://mustangshopmanual.com/wp-content/themes/prose/images/sidebar-list.png) no-repeat top left;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 5px;
    padding: 0 0 5px 16px;
    word-wrap: break-word;
}
#footer-widgets .widget-area ul li {
    background: url(https://web.archive.org/web/20220131080122im_/http://mustangshopmanual.com/wp-content/themes/prose/images/footer-list.png) no-repeat top left;
}
#cat {
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    display: inline;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 3px;
    width: 100%;
}
#sidebar .featuredpage,
#sidebar .featuredpost,
#sidebar-alt .featuredpage,
#sidebar-alt .featuredpost {
    clear: both;
    margin: 0 0 15px;
    padding: 0;
}
#sidebar .featuredpage .page,
#sidebar .featuredpost .post,
#sidebar-alt .featuredpage .page,
#sidebar-alt .featuredpost .post {
    margin: 0;
    padding: 10px 10px 5px;
}
#sidebar .user-profile,
#sidebar-alt .user-profile {
    overflow: hidden;
}
#sidebar .user-profile .avatar,
#sidebar-alt .user-profile .avatar {
    background: #f5f5f5;
    border: 1px solid #ddd;
    float: left;
    margin: 0;
    padding: 4px;
}
#sidebar .user-profile .posts_link,
#sidebar-alt .user-profile .posts_link {
    margin: 0;
    padding: 0 0 0 10px;
}
input[type="button"],
input[type="submit"] {
    background: #444;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 7px 7px 6px;
    text-decoration: none;
    text-transform: uppercase;
}
input:hover[type="button"],
input:hover[type="submit"] {
    background: #222;
    border: none;
}
.searchform {
    margin: 0;
}
#header .searchform {
    float: right;
    padding: 40px 0 0;
}
.s {
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    margin: 5px -7px 0 0;
    padding: 5px 7px;
    width: 190px;
}
#footer-widgets .s,
#nav .s {
    background: #fff !important;
}
#footer-widgets {
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
    clear: both;
    color: #222;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#footer-widgets .wrap {
    border: 1px solid #fff;
    overflow: hidden;
    padding: 20px 19px 0;
}
#footer-widgets .widget {
    background: none;
    border: none;
    margin: 0 0 20px;
}
#footer-widgets h4 {
    border-bottom: 1px dotted #aaa;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 0 3px;
}
#footer-widgets p {
    font-size: inherit;
    margin: 0 0 20px;
}
#footer-widgets a,
#footer-widgets a:visited {
    color: #222;
    text-decoration: none;
}
#footer-widgets a:hover {
    color: #222;
    text-decoration: underline;
}
.footer-widgets-1 {
    float: left;
    margin: 0 20px 0 0;
    width: 285px;
}
.footer-widgets-2 {
    float: left;
    margin: 0;
    width: 290px;
}
.footer-widgets-3 {
    float: right;
    margin: 0;
    width: 285px;
}
#footer {
    clear: both;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 20px;
    width: 100%;
}
#footer p {
    color: inherit;
    font-size: inherit;
}
#footer a,
#footer a:visited {
    color: #222;
    text-decoration: none;
}
#footer a:hover {
    color: #222;
    text-decoration: underline;
}
#footer .gototop {
    float: left;
    padding: 0 0 0 10px;
    width: 200px;
}
#footer .creds {
    float: right;    
    text-align: right;
    width: 735px;
}
#url {
    font-size: 14px;
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 250px;
}
@media only screen and (max-width: 950) {
    body,
    .content-sidebar-sidebar #content,
    .content-sidebar #content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .full-width-content #content,
    .page-template-landing-php #content,
    .page-template-landing-php #content-sidebar-wrap,
    .sidebar-content #content,
    .sidebar-content-sidebar #content,
    .sidebar-sidebar-content #content,
    #content-sidebar-wrap,
    #footer,
    #footer .creds,
    #footer .gototop,
    #footer-widgets,
    #header,
    #nav,
    #sidebar,
    #sidebar-alt,
    #subnav {
        width: 100%;
    }
    #header {
        padding: 0px 0;
    }
    #header .widget-area,
    #title-area {
        width: 100% !important;
    }
    #title-area #description,
    #title-area #title {
        padding: 0 !important;
    }
    #title-area #title {
        line-height: 1;
        margin: 0 0 10px;
    }
    #header .widget-area {
        padding: 0px 0 0 !important;
    }
    #wrap {
        border: none !important;
        margin: 0 !important;
        width: auto;
    }
    #inner {
        padding: 0px;
        width: 100%;
    }
    #description,
    #footer .creds,
    #footer .gototop,
    #title,
    #title-area {
        float: none;
        padding: 0;
        text-align: center;
    }
    #header .searchform {
        float: none;
        margin: 0 0 20px;
        padding: 0;
        text-align: center;
    }
    #nav li.right {
        display: none;
    }
    .enews #subbox,
    .s {
        width: 60%;
    }
    #footer p {
        padding: 0 10px;
    }
}
body,
p {
    color: #000000;
    font-family: "Arial";
    font-size: 16px;
    line-height: 1.5;
}
a,
a:visited {
    color: #c61a1a;
    text-decoration: underline;
}
a:hover {
    color: #c61a1a;
    text-decoration: none;
}
#wrap {
    background-color: #0465c4;
    margin: 0px auto 0px;
    padding: 0px;
    border: 5px solid #0465c4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#header {
    height: 150px;
    max-width: 950px;
    background-color: #000000;
}
#title-area {
    width: 450px;
}
#title-area #title {
    padding-top: 30px;
    padding-left: 20px;
}
.header-image #title-area,
.header-image #title-area #title,
.header-image #title-area #title a {
    width: 450px;
    height: 150px;
}
#title-area #title a,
#title-area #title a:hover {
    color: #222222;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 36px;
}
#title-area #description {
    color: #999999;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 15px;
    padding-left: 20px;
    padding-top: 0;
    font-style: normal;
}
#header .widget-area {
    width: 480px;
}
#nav {
    background-color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    border: 0px solid #dddddd;    
}
#nav .wrap {    
    margin-top: 5px;
    border: 0px solid #ffffff;
}
#nav li a {
    background-color: #003366;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px 10px;
}
#nav li.right a,
#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-menu-item a {
    background-color: #003366;
    color: #fff200;
    text-decoration: none;
}
#nav li.right a:hover,
#nav li li a,
#nav li li a:link,
#nav li li a:visited {
    background-color: #0066cc;
    color: #ffffff;
}
#nav li li a:hover,
#nav li li a:active {
    background-color: #003366;
    color: #fff200;
}
#subnav {
    background-color: #f5f5f5;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #dddddd;
}
#subnav .wrap {
    border: 1px solid #ffffff;
}
#subnav li a {
    background-color: #f5f5f5;
    color: #666666;
    text-decoration: none;
}
#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-menu-item a {
    background-color: #444444;
    color: #ffffff;
    text-decoration: none;
}
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
    background-color: #f5f5f5;
    color: #666666;
}
#subnav li li a:hover,
#subnav li li a:active {
    background-color: #444444;
    color: #ffffff;
}
.breadcrumb {
    color: #222222;
    text-transform: none;
    font-size: 13px;
    border-bottom: 1px dotted #aaaaaa;
}
.post-info {
    background-color: #f5f5f5;
    color: #666666;
    text-transform: none;
    font-size: 13px;
}
.post-meta {
    background-color: #f5f5f5;
    color: #666666;
    text-transform: none;
    font-size: 13px;
}
blockquote {
    font-style: normal;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
}
blockquote p {
    color: #555555;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 16px;
}
p.notice {
    color: #555555;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 16px;
    font-style: normal;
    background-color: #f5f8fa;
    border: 1px solid #d7e8f0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}
h1 {
    font-size: 30px;
    color: #0066cc;
}    
h2 {
    font-size: 26px;
    color: #0066cc;
}
h2 a,
h2 a:visited {
    color: #222222;
    text-decoration: none;
}
h2 a:hover {
    color: #c61a1a;
    text-decoration: none;
}
h3 {
    font-size: 22px;
    color: #7b10f5;
}
h4 {
    font-size: 18px;
    color: #7411e5;
}
h5 {
    font-size: 16px;
    color: #222222;
}
h6 {
    font-size: 14px;
    color: #222222;
}
.widget-area h4 {
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    border-bottom: 1px dotted #aaaaaa;
    text-transform: none;
}
.sidebar,
.sidebar p {
    color: #222222;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14px;
}
#footer-widgets {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
}
#footer-widgets h4 {
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    border-bottom: 1px dotted #aaaaaa;
    text-transform: none;
}
#footer-widgets a,
#footer-widgets a:visited,
#footer-widgets li a,
#footer-widgets li a:visited {
    color: #222222;
    text-decoration: none;
}
#footer-widgets a:hover,
#footer-widgets li a:hover {
    color: #222222;
    text-decoration: underline;
}
#footer,
#footer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
#footer a,
#footer a:visited {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    color: #0066cc;
    text-decoration: underline;
}