@import url('play.css');

/* CSS Document */

#contact {
	float:left;
	border-left: 1px dotted #ccc;
	margin:20px 0 30px 0;
	padding:10px;
	width:auto;
}

#contact h1 {
	display:inline;
	font:normal 36px/36px georgia;
}

#contact a {
		color:#666;
		text-decoration:none;
}

#contact a.selected {
		color:#000;
		border-bottom:1px dotted #ccc;
}

#contact a:hover {color:#cc3300}