p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-top: 30px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.input-box {
	color: #333;
        font-size: x-small;
	background: #FFFFFF;
	border: 1px solid #999999;
        padding: 2px;
  	}