﻿.xsnazzy h1, .zsnazzy h1
{
    margin: 0;
    
}
.xsnazzy p, .zsnazzy p
{
    margin: 0;
    font-size: 10px; /*box font size*/
}
.xsnazzy
{
    background: transparent;
    width: 185px; /*box width*/
    padding-top:2px;
}
.xtop, .xbottom
{
    display: block;
    background: transparent;
    font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4
{
    display: block;
    overflow: hidden;
}
.xb1, .xb2, .xb3
{
    height: 1px;
}
.xb2, .xb3, .xb4
{
    background: #ffdca3;
    border-left: 1px solid #ffdca3;
    border-right: 1px solid #ffdca3;
}
.xb1
{
    margin: 0 5px;
    background: #ffdca3;
}
.xb2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.xb3
{
    margin: 0 2px;
}
.xb4
{
    height: 2px;
    margin: 0 1px;
}
.xboxcontent
{
    display: block;
    border: 0 solid #ffdca3;
    border-width: 0 1px;
    height: auto;
    background: #ffdca3; /*box bg colour*/
    font-family:  Arial;
    color: #254061;
    text-align: center;
}
* html .xboxcontent
{
    height: 1px;
}
.color_a
{
    background: #ffdca3;
    color: #254061;
}
