html { font-size: 150% }

body {
	color : black;
	background-color : #d7ffff;
	font-family: 'Roboto', sans-serif;
	font-size : 1.5em;
}

h1, h2, h3, h4, h5, h6 { color : blue; }

h1 { font-size : 1.7em; }
span.h1size { font-size : 1.7em; }
div.h1size { font-size : 1.7em; }

h2 { font-size : 1.4em; }
span.h2size { font-size : 1.4em; }
div.h2size { font-size : 1.4em; }

h3 { font-size : 1.2em; }
span.h3size { font-size : 1.2em; }
div.h3size { font-size : 1.2em; }

h4 { font-size : 1em; }
span.h4size { font-size : 1em; }
div.h4size { font-size : 1em; }

h5 { font-size : 0.84em; }
span.h5size { font-size : 0.84em; }
div.h5size { font-size : 0.84em; }

h6 { font-size : 0.7em; }
span.h6size { font-size : 0.7em; }
div.h6size { font-size : 0.7em; }

pre, kbd { font-family : courier, monospace; }

div.numdisplay {
	font-family: 'Roboto', sans-serif;
	background-color: white;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 18px;
	width: 16em;
	height: 2em;
}

kbd.numdisplay {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	float: right;
}

div.status {
	font-family: 'Roboto', sans-serif;
	background-color: white;
	padding-right: 6px;
	padding-left: 6px;
	width: 16em;
	height: 1em;
}

kbd.status {
	font-family: 'Roboto', sans-serif;
	font-size: 0.75em;
	float: right;
}

kbd.spannumdisplay {
	font-family: 'Roboto', sans-serif;
	font-size : 1.125em;
}

kbd.spanstatus {
	font-family: 'Roboto', sans-serif;
	font-size : 1em;
}

a {
	text-decoration : none;
	font-family: 'Roboto', sans-serif;
	color : #00f;
}

a:visited { color : #f16; }
a:link    { color : #00f; }
a:active  { color : #f00; }
a:hover   { color : #0a0; }

img { border : 0; }

div.center {
	text-align : center;
}

div.sizem1 { font-size : smaller; }
div.sizep1 { font-size : larger; }

span.sizem1 { font-size : smaller; }
span.sizep1 { font-size : larger; }

img.manbut {
	width: 62.5px;
	height: 40px;
	position : relative;
	top : 8px;
}

ul.manul {
	list-style-type : none;
}

/* End */
