/* ---------- Styles specific to the project ----------- */

body {
	background-color: rgb(228,240,252);
	}

a 	{
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
   color : rgb(40,112,188);
	text-decoration : underline;
	}
a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
   color : rgb(107,171,247);
	text-decoration : underline;
	}

div#layer1{
	padding:20px;
	}
div#layer2{
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
   color : rgb(83,81,85);
	text-decoration : none;
	width:100%;
	height:700px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	}

p {
	vertical-align:bottom;
	}


