.rounded {
  -moz-border-radius-topleft:10ex;
  -moz-border-radius-bottomright:10ex;
  -webkit-border-top-left-radius:10ex;
  -webkit-border-bottom-right-radius:10ex;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}

