@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	background-image:url(../../img/zand.jpg);
}
table.page
{
	border: 0px solid green;
	width: 700px;
	height: 475px;
	background-image:url(../images/bg.jpg)
}

td.page-left
{
	border: 0px solid red;
	width: 350px;
}

td.page-right
{
	border: 0px solid green;
	background-image: url(../images/balloon.gif);
	background-repeat: no-repeat;
	padding-right: 8px;
}

div.textbox-title
{
	border: 0px solid red;
	width: 266px;
}
/* ----------- Button ------------- */

table.button-answer
{
	border: 0px solid red;
	width: 266px;
	margin-top: 12px;
}

td.button-arrow
{
	width: 6px;
	height: 6px;
	margin: 0px;
}

td.button-middle
{
	width: 254px;
	height: 6px;
	margin: 0px;
	background-color: #483727;
	text-align: center;
}

td.button-side
{
	width: 6px;
	margin: 0px;
	background-color: #483727;
}

div.button-back
{
	border: 0px solid red;
	width: 65px;
	text-align: right;
	float: right;
	margin-right: 40px;
	margin-top: 6px;
}

/* ------------------------------------ */

h1
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 15pt;
	font-weight: bold;
	color: #483727;
	text-decoration: none;
}

h2
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 13pt;
	font-weight: bold;
	color: #483727;
	text-decoration: none;
}

h3
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #483727;
	text-decoration: none;
	text-align: left;
}

div.tip-box
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #483727;
	text-decoration: none;
	text-align: left;
	width: 266px;
}

/* ----------- Back link ------------- */

a:link.back 
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #483727;
	text-decoration: none;
}

a:visited.back  
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #483727;
	text-decoration: none;
}

a:hover.back  
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #916842;
	text-decoration: none;
}

a:active.back  
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #483727;
	text-decoration: none;
}

/* ----------- Tip link ------------- */

a:link.tip 
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #987350;
	text-decoration: none;
}

a:visited.tip  
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #987350;
	text-decoration: none;
}

a:hover.tip  
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #987350;
	text-decoration: underline;
}

a:active.tip  
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #987350;
	text-decoration: none;
}

/* ----------- Buttons link ------------- */
a:link 
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited 
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover 
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active 
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* ------------------------------------ */