/* CSS MiNi reset */
*
{
 margin: 0;
 padding: 0; 
}



table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; margin:0;}

img { border: 0; }


li{list-style:none;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #0099cc; color: #fff; text-shadow: none;}
::selection {background: #0099cc; color: #fff; text-shadow: none;} 
