/* TXT STYLE CSS Document */

/* START GREY */
div.grey {
	width: 712px;
	padding: 5px 10px 10px 10px;
	background-color: #537485;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-color: #7D9EA5;	
}
h2.grey	{
	text-align:center;
	color: #87D0D9;
	}
p.grey  {
	text-align:center;
	color:#87D0D9;
	font-weight:bold;
	}	
blockquote.grey  {
	text-align:right;
	color:#87D0D9;
	font-weight:bold;
	}	
h1.grey {
	text-align: center; 
	color: #87D0D9;
	margin-left: 20px;
	margin-right: 20px;
	}

h4.grey {
	text-align: right;
	color: #87D0D9;
	font-variant:small-caps;
	margin-left: 20px;
	margin-right: 20px;
	}
h5.grey {
	text-align: left;
	color: #87D0D9;
	margin-left: 20px;
	margin-right: 20px;
	}	
		
/* END GREY */	

/* START BLUE */
div.blue {
	width: 720px;
	padding: 5px 10px 10px 10px;
	background-color: #08112E;
	}
	
h2.blue	{
	text-align:center;
	color: #1ACEEF;	
	}	

p.blue  {
	text-align:center;
	color:#229BC8;
	font-weight:bold;
	}
blockquote.blue {	
	text-align:left;
	color: #229BC8;
	font-weight:bold;
	}	
h5.blue {
	text-align: left;
	color: #229BC8;
	margin-left: 20px;
	margin-right: 20px;
	}	
/* END BLUE */	

