/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
:focus { outline: 0; }

/* STYLE */

body {
	text-align: center;
	line-height: 1.3em;
	background: url('bg-tiled.gif');
	font-size: 18px;
}

iframe {
	margin: 10px;
}

a {
	color: blue;
}

a:hover {
	color: red;
}

p {
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;	
}

img.top-left {
	margin-top: 20px;
	margin-bottom: 30px;
}

#dialog-message {
	width: 560px;
	margin: 30px auto;
	text-align: left;
	background: transparent;
	color: blue;
}

ol {
	list-style-type: upper-roman;
	margin-bottom: 20px;
	width: 560px;
	text-align: left;
}

li {
	margin: 5px 50px;
}