﻿@media screen, print, projection
{
#title {background-color:rgb(255,255,255);
	color:rgb(0,0,0);}

#title {position : relative;
	top      : 1px;
	margin   : 0.2em;
	padding  : 0.5em;
	z-index  : 3;}

#title h1 {text-align : center;}
#title	{background-color:rgb(245,245,255);
	color:rgb(0,0,0);}

.section {border : 1px black solid;}

#pros {	position  : absolute;
	right : 52%;
	width : 34%;
	margin : 2%;
	padding-right: 100px;
	padding-left :0.5%;
	padding-top :0.5%;
	padding-bottom :0.5%;
	z-index : 1;}

#pros {background-color:rgb(245,255,245);
	color:rgb(0,0,0);}

#cons {position  : absolute;
	left : 52%;
	width : 34%;
	margin : 2%;
	padding-left: 100px;
	padding-right :0.5%;
	padding-top :0.5%;
	padding-bottom :0.5%;
	z-index : 1;}

#cons {background-color:rgb(255,245,245);
	color:rgb(0,0,0);}

#central {position : absolute;
	top : 40%;
	left:50%;
	margin-left: -100px;
	width : 200px;
	z-index : 2;
	border : 1px black solid;}

#central {background-color:rgb(255,255,255);
	color:rgb(0,0,0);}

#central img{border-bottom : 1px black solid;}
#central p { margin : 5px;}
}
BODY {
	BACKGROUND-COLOR: #eeeeee
}
A {
	FONT-WEIGHT: bold; COLOR: navy; TEXT-DECORATION: none
}
A:link {
	FONT-WEIGHT: bold; COLOR: navy; TEXT-DECORATION: none
}
