@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: left;
	background-image: url(../images/cloudtile.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#content {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
}
#content p {
	font-size: 150%;
}
#content ul li {
	font-size: 150%;
	margin-left: 50px;
	font-style: italic;
}

#content h1{
	font-size: 225%;
	font-weight: lighter;
}
#content h2{
	font-size: 80%;
}

.linethrough {
	text-decoration: line-through;
}
