.txt {
	margin : 0px 50px 0px 50px;
}

a:link {
	text-decoration: underline;
	color: #000000;
	font-family: MS Sans Serif, Arial, sans-serif;
	font-size : 14pt;
}
a:visited {
	text-decoration: underline;
	color: #000000;
	font-family: MS Sans Serif, Arial, sans-serif;
	font-size : 14pt;
}
a:hover {
	text-decoration: none;
	color: #575252;
	font-family : MS Sans Serif, Arial, sans-serif;
	font-size : 14pt;
}
a:active {
	text-decoration : underline;
	color: #000000;
	font-family : MS Sans Serif, Arial, sans-serif;
	font-size : 14pt;
}

a.m:link {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13pt;
	background : #ffffff;
}
a.m:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13pt;
	background : #ffffff;	
}
a.m:hover {
	text-decoration: underline;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	background : #ffffff;	
}

a.m:active {
	text-decoration : none;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	background : #ffffff;	
}

.down:link {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14pt;
}
.down:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14pt;
}

.down:hover {
	text-decoration: underline;
	color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
}

.down:active {
	text-decoration : none;
	color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
}



dd
{
	font-family : MS Sans Serif, Arial, sans-serif;
	font-size : 14pt;
	text-align : justify;
	font-weight : normal;
	margin-left : 30px;
	margin-right : 15px;
}

#txt
{
	font-family : MS Sans Serif, Arial, sans-serif;
	font-size : 14pt;
	text-align : justify;
	font-weight : normal;
}

#txts
{
	font-family : MS Sans Serif, Arial, sans-serif;
	font-size : 13pt;
	font-weight : normal;
	text-align : left;
}

h1, h3
{
	font-family : MS Sans Serif, Arial, sans-serif;
	font-size : 15pt;
	text-align : center;
	font-weight : bold;
}

 #input{
    width : 200px;
  }
  
   #area{
    width : 350px;
  }
  #button {
    background-color: #F4EEEE;
    width: 100px;
    cursor: hand;
  }
  
  #ans {
	color : #575252;
	margin : 5px 20px;
} 