﻿
body 
{
    background: #fff; 
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}
table
{
    border-collapse:collapse;
    }
img
{
    border: 0;
}

a
{
    color: #069ebc;
}
a:hover
{
    color: #CC126C;
}
a:hover
{
    color: #09f;
}
input, textarea, select {
    font-family: Arial, helvetica, sans-serif;
    font-size: 62.5%;
}
ul, li, h1, h2, h3, h4, h5, h6, hr, p, form, input
{
    margin: 0; 
    padding: 0;
}


/******     GLOBAL HACKS     *****/


@media screen,print
{ 
/*CLEAR FIX */
.cf:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cf
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .cf
{
    height: 1%;
}
.cf
{
    display: block;
}
/* End hide from IE-mac */
}
