body {
		margin: 0px;
		padding: 0px;
	}
table {
        width: 100%;
}

h1,h2,h3,p,body,td,div,a {
		font-family: Tahoma, Arial, sans-serif;
	}

h1 {
	font-size: large;
	}

h2 {
	font-size: medium;
	}

h3 {
	font-size: small;
}

h4 {
	font-size: x-small;
}

h5 {
	font-size: xx-small;
}
h6 {
	font-size: xxx-small;
}

p,body,td,div,a {
		font-size: xx-small;
	}

a {		
		color: #777777;
		text-decoration: none;
	}

a:hover {
		text-decoration: underline;
	}

img {
	border: 0px;
}

