.banner
{
	color: #d12f2f;
	font-size:56px;
}
.banner a:link
{
	color: #d12f2f;
	text-decoration: none;
}
.banner a:visited
{
	color: #d12f2f;
	text-decoration: none;
}

.menu, .menuA, .menuB
{
	color: #119e39;
	width: 100%;
	border-top: solid 2px #e0e5a5;
	border-bottom: solid 2px #e0e5a5;
	background-color: #fbffd2;
	clear:both;
}

.nav, .navtutorial
{
	text-align: center;
	vertical-align: middle;
	padding: 0 1em;
	font-family: sans-serif;
}

.menuA
{
	margin-bottom: 4px;
}

.menuB .nav
{
	padding: 0 0.5em;
}

.navtutorial
{
	border-bottom: solid #e0e5a5 1px;
	font-style: italic;
}

.navcur
{
	color: #17d14d;
}

.tutorial-title, .tutorial-heading
{
	color: #d12f2f;
}

.tutorial-title
{
	font-size: 200%;
}

.tutorial-heading
{
	font-size: 150%;
	clear: both;
	text-align: center;
	width: 100%;
	border-top:  solid #d12f2f 2px;
	border-bottom:  solid #d12f2f 2px;
	background-color: #fbffd2;
}
.tutorial-image
{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.footer-link-topic    { color: #d12f2f; }

.tutorial-image-left
{
	float: left;
	margin-bottom: 1em;
}

.tutorial-image-right
{
	float: right;
	margin-bottom: 1em;
}

.buttonpic
{
	vertical-align: middle;
}

.button-title
{
	color: white;
	background-color: #5972b3;
	padding: 0 0.3em;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 80%;
}

#container
{
	width: 45em;
	margin: 0 auto;
	text-align: left;
}

BODY
{
	text-align: center;
	background-color: #fdffe3;
}

A:link, A:visited
{
	color: #d12f2f;
}

A:hover
{
	color: #9b0000;
}

A[name]:hover
{
	color: inherit;
}

.menu A, .menuA A, .menuB A
{
	color: inherit;
}

.tutorial-heading A
{
	text-decoration: none;
}

HR
{
	border: solid 1px #d12f2f;
}

/* for normal page display */
.menuA, .menuB
{
	display: none;
}

/* for page on mobile device (small screen) */

/*
@media handheld, only screen and (max-device-width: 480px)
@media handheld, screen and (max-device-width: 480px)
*/

@media handheld, screen and (max-device-width: 480px), screen and (min-resolution: 250dpi)
{
	.tutorial-image
	{
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}

	.tutorial-image-left
	{
		float: none;
	}

	.tutorial-image-right
	{
		float: none;
	}

	#container
	{
		width: 95%;
	}

	.menu
	{
		display: none;
	}
	
	.menuA, .menuB
	{
		display: table;
	}
}
