body, html {height: 100%;}
body {
	font: 14pt Verdana;
}
a:link {color: #007acc;}
a:visited {color: #780a7a;}
a:hover, a:active {color: #c60;}

h1, h2, h3 {
	margin-bottom: 10px;
}

p {
	line-height: 1.3;
	margin-bottom: 0.5ex;
}
#contents {
	padding: 10px 20px;
}
#contents {
	width: 980px;
}
#images {
	margin: 20px 0;
}
#video {
	width: 852px;
}
ol {
	line-height: 1.5;
	list-style:  decimal;
	margin-bottom: 10px;
}
ul {
	line-height: 1.5;
	list-style:  disc;
	margin-bottom: 10px;
}
li{margin-left: 30px;}

.center {
	text-align: center;
}