body {
	background: #ffffff;
	color: #ffffff;
	margin-top: 0px;
}

a { 
text-decoration: none;
color: #000000;
font-weight: bold;
}
	
div#Canvas {
	padding: 0px;
	border: none;
}

h1 {
font-family: "Courier New", Courier, monospace;
color: #000000;
font-size: 12px;
font-weight: bold;
}

p {
font-family:"Trebuchet MS", Helvetica, sans serif;
color: #000000;
font-size: 10px;
align: left;
}


div#Top {
	border: none;
	width: 900px;
	height: 227px;
}

div#Main {
	border: none;
	width: 900px;
	height: auto;
	margin-top: 15px;
}

div#Text {
	border: none;
	width: 900px;
	height: auto;
}


div.Artlet1 {
	border: none;
	clear: none;
	float: left;
	width: 208px;
	height: 250px;
	margin-left: 17px;
}


div.Artlet2 {
	border: none;
	clear: none;
	float: left;
	width: 430px;
	height: auto;
	margin: 10px;
}

div.Artlet3 {
	border: none;
	clear: none;
	float: left;
	width: 430px;
	height: auto;
	margin: 10px;
}

img {
	border: none;
}

