
	.HEAD_AREA 	{
					width: 80%;
					background-color: #a6caec;
					border-style: solid;
					border-width: 3px;
					border-radius: 15px;
					width: 80%;
					font-size: 40px;
				}
				
	.INFO_AREA	{
					width: 80%;
					background-color: #a6caec;
					border-style: solid;
					border-width: 3px;
					border-radius: 15px;
					width: 80%;
					font-size: 40px;
				}			
				
	.INFO_TXT	{
					font-size: 25px;
				}
				
	.BT_AREA {
				background-color: #a6caec;
				border-style: solid;
				border-color: black;
				border-width: 3px;
				border-radius: 15px;
				width: 80%;
			}
	
	.BUTTON_A	{
					background-color: pink;	
					width: 50%;
					font-size: 30px;
				}
				
	.BUTTON_A:hover	{
						background-color: yellow;
					}
					
	.BUTTON_A:click	{
						background-color: red;
					}
			
	.BT {
			width: 80%;
			height: 80%;
			font-size: 25;
			background-color: #e0e0e0;
		}
		
	.TD_BT	{
				width: 25%;
			}
		
	.QUESTION 	{
					font-size: 30px;
				}
				
	.QUIZBUTTONS	{
						display: none;
					}
					
	.QUIZNOBUTTONS	{
						display: block;
					}