p {
	color: red;
}

a {
	color: blue;
}

.rounded {
   background: #666666;
   width: 300;
}
.rounded_top div {
   background: url(up-left795.png) no-repeat top left;
}
.rounded_top {
   background: url(up-right795.png) no-repeat top right;
}
.rounded_bottom div {
   background: url(down-left795.png) no-repeat bottom left;
}
.rounded_bottom {
   background: url(down-right795.png) no-repeat bottom right;
}

.rounded_top div, .rounded_top, 
.rounded_bottom div, .rounded_bottom {
   width: 100%;
   height: 25;
   font-size: 24px;
   font-weight:bold;
   text-align:center;
   color:#000000;
}
.rounded_content { margin: 0 20 0 20;}
.rounded { color:#000000;}
