/* Over write system and drupal default and over come some common browser peculiar */
body /* checked */
{
        margin: 0;
}

img   /* needed to remove extra pixel in firefox. */
{
        vertical-align: bottom;
}

tbody /* overwrite default */
{
        border: 0px;
        padding: 0;
        margin: 0;
}

h2 /* IE and firefox have different default settings */
{
        margin-top: 10px;
        margin-bottom:  5px;
		
}

p /* IE and firefox have different default settings */
{
        margin-top: 12px;
        margin-bottom: 12px;
}
