a
{
   color: #333333;
   text-decoration: underline;
}
a:visited
{
   color: #333333;
}
a:active
{
   color: #333333;
}
a:hover
{
   color: #cccccc;
   text-decoration: underline;
}
h1
{
   font-family: Conv_BrutalType;
   font-weight: bold;
   font-size: 28px;
   font-style: normal;
   text-decoration: none;
   color: #333333;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}

h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
}


/***** blog columns *****/
 
.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
 
.cols-2 .column-1 {
    width: 43%;
    float: left;
}
 
.cols-2 .column-2 {
    width: 43%;
    float: right;
    margin: 0
}
 
.cols-3 .column-1 {
    float: left;
    width: 33%;
    
    
}
 
.cols-3 .column-2 {
    float: left;
    width: 33%;
    padding-left:1%;
    
}
 
.cols-3 .column-3 {
    float: right;
    width: 32%;
    
    
}
 
.cols-4 .column-1
{
        width:24%;
        float:left;
}
 
.cols-4 .column-2
{
        width:24%;
        padding-left:1%;
        float:left;
}
 
.cols-4 .column-3
{
        width:24%;
        padding-left:1%;
        float:left
}
 
.cols-4 .column-4
{
        width:25%;
        float:right
}
 
span.row-separator {display:block; clear:both