/* Remove Margins and Fix Sizing */
body, table, form, ul
{ height: 100%; margin: 0; padding: 0; width: 100%; }

/* Reset Fonts */
body, table, input, select, textarea
{ font-family: Verdana; font-size: 11px;}

/* Anchors */
a
{ color: #0000CC; outline: none; text-decoration: none; }

a img
{ border: 0; }