{
	#title 
	{
		background-color:rgb(255,255,255);
		color:rgb(0,0,0);
	}

	#title 
	{
		position : relative;
		top      : 1px;
		margin   : 0.3em;
		padding  : 0.2em;
		z-index  : 3;
		font-size: .90em;
	}

	#title h1
	{
		text-align : center;
		font-size: 10px;
	}

	#title
	{
		background-color:rgb(245,245,255);
		color:rgb(0,0,0);
	}

	.section
	{
		border : 1px black solid;
	}

	#pros
	{	
		position  : absolute;
		
	margin-left : 18em;
	padding : 1em;
	margin-right : 1em;
font-size: .90em;
	}

	#pros 
	{
		background-color:rgb(255,255,255);
		color:rgb(0,0,0);
	}

	#cons 
	{
	position : absolute;
	top : 3.5em;
	left : 2.5%;
	width : 15em;
	z-index : 1;
	padding : 0em;
		font-size: .90em;
	}

	#cons 
	{
		background-color:rgb(255,255,255);
		color:rgb(0,0,0);

	}
