html { font: 13px helvetica, arial, sans-serif; margin: 0 20px; width: 1000px;}
h1, h2 { color: black; font-size: 1.5em; text-align: center; }
h1 { color: silver; font-size: 19px; margin: 30px 0 0 0;}
h2 { font-size: 11px; margin: 0 0 25px 0; text-transform: uppercase; color: black;}
h3 { font-size: 14px; margin-bottom: 0;}

a { text-decoration: none; color: #8B0000;}
a:hover { text-decoration: underline;}

.content { 
	margin: 1em; 
	padding: 1em;
	background-color: silver
}
#box1 {
    background:  transparent url("roundedc.svg");
}
#box2 { 
    -webkit-border-radius: 1em; -moz-border-radius: 1em;
}
#box3 {
	background:  silver url("roundedd.svg");
	-webkit-border-radius: 1em; -moz-border-radius: 1em;
}
    
.content p { line-height: 1.5em; }

.footer { clear: both; padding: 0.5em; }