/* body */
body {
	font-size : 0.8em;
	margin-right : 50px;
	margin-left : 50px;
}

/* header/footer */
footer {
	margin-top : 20px;
	clear : both;
	text-align : right;
}

/* head */
h1 {
	font-family : Tahoma;
	font-size : 2em;
	margin-bottom : 20px;
}
h2 {
	font-size : 1.2em;
	margin-bottom : 2px;
	border-bottom : solid 1px #000000;
}

/* Paragraph */
p {
	margin : 12px 0px;
}

/* List Item */
ul {
	margin : 12px 0px;
	padding: 0;
}
ul li {
	list-style-type : square;
	list-style-position : outside;
	margin-left : 15px;
}

/* others */
img {
	border : 0px;
}
