/* CSS Document */
	body {
		margin : 20px 40px 20px 40px;
	} 
    
	A { color: #990000; text-decoration: none;  font-weight:bold;}
	A:link{ color: #990000; text-decoration: none; font-weight:bold;}
	A:visited	{ color: #990000; text-decoration: none; font-weight:bold;}
	A:active	{ color: #999900;  font-weight:bold;}
	A:hover	{ color: #999900;  font-weight:bold;}

	h1, h2,h3 {
		margin: 0px;
		padding: 0px;
	}
	
	#content {
		hegiht : 30px;
		padding :5px;
		border : 1px solid #CCCCCC;
		margin-bottom : 5px;
	}
	
	#content A { color: #000000; text-decoration: none; font-weight:bold; }
	#content A:link{ color: #000000; text-decoration: none; font-weight:bold;}
	#content A:visited	{ color: #000000; text-decoration: none; font-weight:bold;}
	#content A:active	{ color: #990000; font-weight:bold; }
	#content A:hover	{ color: #990000; font-weight:bold; }
	
				
	#main {
		padding : 10px;
		/*border:1px solid #999;	*/
	}

	.main_title {
	    background : #000033;
		font-family:arial;
		color:#FFFFFF;
		font-size:normal;
		font-weight:bold;
        padding:5px;
		letter-spacing: .3em;
		border:1.5px solid #6666FF;
  	}

	.main_text {
		font-family:arial;
		color:#000;
		font-size : small;
  		line-height:175%;
        padding:10px;
		border:1.5px solid #6666FF;
	}
	
	table {  
		font-family: arial; 
		padding : 10px;
		margin : 20px;
		line-height:175%;
		/*font-size : small;*/
	}

	td.content{
		background : #000033;
		color : #FFF;
		padding : 8px;
		border:1px solid #6666FF;
	}
	
	td.main{
		padding : 8px;
		border:1px solid #9999FF;
	}
	
	.main_question{
		color : #CCFF00;
	}
	
	.main_answer{
		color : #990000;
	}