body {
<<<<<<< .mine
	font-family: Arial, sans-serif;
	background : #d8dc98;
	color: #000;
	width: 240px;
=======
line-height: 12px;
>>>>>>> .r120
	font-size: 12pt;
	font-weight: bold;
	line-height: 17px;
}
#polly p {
background: #fff;
color: #000;
font-family : "Lucida Grande", Geneva, Verdana, Helvetica, sans-serif;
font-size: 11px;
line-height: 12px;
}
<<<<<<< .mine

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
	border-bottom: solid 4px #000000;
=======
#polly a {
color: #ccc;
>>>>>>> .r120
}
#polly a:hover{
color: #000;
}
input[type="submit"]  {width: 70px; font-size: 12px; cursor:pointer;border:1px solid #999;padding:5px;-moz-border-radius:4px;-webkit-border-radius:4px;background:#eee; }
input[type="submit"]:hover,
input[type="submit"]:focus  { border-color:#333;background:#ddd; }
input[type="submit"]:active { margin-top:1px; }