@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

body {
	background: url('foil.png') repeat;
	background-color: #dfdfdf;
	color: #000;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:16px;
	text-decoration: none;

}
A:link { text-decoration: none ; color: #000000;} 
A:active { text-decoration: none ; color: #000000;}
A:visited { text-decoration: none ; color: #000000;}
A:hover { text-decoration: none ; color: #314CAE;}

.frame {
	background: #ffffff;
	/*	opacity: 0.68;
	filter: alpha(opacity=90); */
	width: 600px;
	margin: 25px auto;
	padding: 15px;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
	border: 1px solid #333;
	-moz-border-radius: 10px;
	border-radius: 10px;
	 -webkit-box-shadow: 5px 5px 5px #666;
    -moz-box-shadow: 5px 5px 5px #666;
    box-shadow: 5px 5px 5px #666;
}



.hr1 {
 border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 }
 