body {
	font-family: Georgia, Times, serif;
	color: #000;
	/*background-color: #333;
	background-image:url('grey_dots.gif');*/
}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ffa210;
	outline: none;
	font-size: 11px;
	font-family:helvetica, arial, sans-serif;
	}
a:visited {
	color:  #999;

	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ff3399;
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}
p {
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h2 {color:#eb0e7b;font-size:20px;padding-top:20px;font-family:georgia;font-weight:normal;}
	

.shadow {
  box-shadow: 0px 0px 5px #333;
  -moz-box-shadow: 0px 0px 5px #333;
  -webkit-box-shadow: 0px 0px 5px #333;
  border:1px solid #333;
  margin:30px 20px;
}
.summary {
	height:270px;
	color:#777;
	font-size:15px;line-height:18px;}
