DIV, BODY, TD, TH, TR, TABLE, FONT, INPUT, LI, UL, FORM, BLOCKQUOTE, P, B, I, H1, H2, H3, H4, H5 {
    font-family: calibri, arial, helvetica, sans-serif;
	font-size: 1.02em;
    color : #CCCCCC;
    background : #333333;
}
A:link {
    color : #00BCD4;
}
A:active {
    color : #00BCD4;
}
A:visited {
    color : #B0F5FE;
}
A:hover {
    color : #FFCC00;
}
h2 {
    text-align: center;
}
.caption {
    font-size : 1em;
    line-height: 1.2em;
    color : #dddddd;
    font-style : italic;
    width:100%;
    max-width:900px;
    margin:0 auto;
    text-align:center;
    padding-bottom: 20px;
}
body {
    margin-top: 0px;
    top: 0px;
}
body table a img {
    display: inline;
}
hr {
    position: relative;
}
h2 {
   font-size: 1.5em;
}
/* MOBILE STYLES */
@media screen and (max-width : 425px ) {
.caption {
    font-family: serif;
    font-size : 1em;
    line-height: 1.2em;
    color : #dddddd;
    font-style : italic;
    width:100% !important;
    max-width:800px !important;
    margin:0 auto !important;
    text-align:center;
    padding-bottom: 10px;
}
}

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
