* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	}

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

h1 {
	font-size: medium;
	}

h2 {
	font-size: small;
	}

h3 {
	font-size: x-small;
}

h4 {
	font-size: x-small;
}

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

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

a {		
		color: #000000;
		text-decoration: underline;
	}

a:hover {
		text-decoration: none;
		color: #000000;
	}
a:visited {
		text-decoration: none;
		color: #000000;
}

img {
    border: 1px solid black;
    }

