@charset "utf-8";
/* CSS Document */



body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #C4D3DD;
	background: #C4D3DD;   /*ddd*/
	/*	background: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#C4D3DD));
	background: -webkit-repeating-linear-gradient(left, #eee 10%, #C4D3DD 30%);
	background: -moz-linear-gradient(left,  #C4D3DD,  #eee, #eee, #eee, #eee, #eee, #C4D3DD);
	-webkit-repeating-linear-gradient(left, red 10%, blue 30%)*/ 
	margin: 0;
	padding: 0;
	color: #621111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}





.container {
	width: 960px;
	margin: 0 auto; 
	background-color: #fff;
	border-right: 0px solid #75B2DD;
	border-left: 0px solid #75B2DD;
	border-bottom: px solid #75B2DD;
}
p{
	font-size:75%;
	color: #7a0714;
}

a:link {
	color: #7a0714;
	text-decoration: none; 
}
a:visited {
	color: #030000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: #bb6d76;
}
	 
	 
	  	
