body {
    margin: 0;
    background-color: #29253b;
    font-family: sans, sans-serif;
}

h1 {
    font-size: 28px;
    color: #999999;
}



#xsm_header {
    background-color: #29253b;
    padding-left: 10px;
    padding-top: 10px;
}


#xsm_menu {
    background-color: #29253b;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: right;
}

#xsm_menu a {
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}

#xsm_menu a:hover {
    color: pink;
}

.xsm_menu_group ul li {
    padding: 3px;
}

.xsm_menu_item_selected a {
    color: pink;
    text-decoration: underline;
}

.xsm_menu_item a {
    color: #999999;
}

.xsm_menu_item, .xsm_menu_item_selected {
    padding: 10px;
}




#xsm_content {
    background-color: #999999;
    border: 5px solid #3c3757;
    padding: 15px;
}

#xsm_content h1 {
    font-size: 17px;
    color: #29253b;
    font-weight: bold;
}

#xsm_content h2 {
    font-size: 14px;
    color: #29253b;
    font-weight: bold;
}

#xsm_content a {
    color: black;
    font-weight: bold;
}

#xsm_content p {
    text-align: justify;
    margin: 0;
    font-size: 13px;
    color:#29253b;
}

td.front_page_right {
  padding-left: 20px;
  text-align: justify;
}


p.xsm_meta_description{
  padding-bottom: 20px;
}



#xsm_footer {
    background-color: #3c3757;
    border-left: 10px solid #3c3757;
    border-right: 10px solid #3c3757;
    padding-bottom: 10px;
    margin-top: 10px;
    height: 20px;
}

a.xsm_footer_links {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #999999;
    padding-right: 10px;
}

a:hover.xsm_footer_links {
    color: pink;
}






.xsm_gallery_nav {
    padding-top: 20px;
}

#xsm_content .xsm_gallery_nav_prev a{
    text-align: left;
    color: #483d8b;
   text-decoration: none;
}

.xsm_gallery_nav_curr {
    text-align: right;
    font-weight: bold;
    color: #483d8b;
}

#xsm_content .xsm_gallery_nav_next a{
    text-align: right;
    color: #483d8b;
   text-decoration: none;
}

.xsm_gallery_caption {
    vertical-align: top;
}

.xsm_gallery_caption p {
    font-size: 80%;
}

.xsm_gallery_nav_up {
    display: none;
}

#xsm.content p.xsm_gallery_preview{
   color: orange;
}
