﻿body 
{
    margin:0px; 
    padding:0px; 
    background-color:#F5F5F3;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 100%;
}

img
{
    border: 0;
}

a
{
	text-decoration:none;
}
	a:hover
	{
		text-decoration:none;
	}
	a:visited
	{
		text-decoration:none;
	}

#clearDiv
{
	clear: both;
}