

html
{
	height: 90%;
}

body
{
	font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	background-image: url("background.png");
	background-repeat: repeat-x;
	background-color: white;
	color: black;
	margin: auto;
	width: 750px;
	height: 100%;
}

img
{
	border-style: none;
}


a{text-decoration: none;background-color: inherit;color: #888888;}

a.inheritant {background-color: inherit;color: inherit;}

img.bordered
{
	border: 1px solid black;
}

