<style type="text/css"> 
body{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
h1{
  font-size: 1.5em;
  text-align: center;
}
.content
{
  padding : 2em auto;
  margin: 1em auto;
} 

.menu a{
 color: #FFFFFF;
}

.menu{
  text-align:center;
  font-weight: bold;
  font-size: 1em;
  margin: 5px auto;
  color: white;
  padding: 8px 12px;
  /* Rounded corner stuff starts here */
  background-color: green;
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}

.rounded_colhead
{
  font-weight: bold;
  font-size: 1.25em;
  margin: 5px auto;
  color: white;
  padding: 8px 12px;
  /* Rounded corner stuff starts here */
  background-color: #3f6daf;
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}
.rounded_colhead2
{
  font-weight: bold;
  font-size: 1.15em;
  margin: 5px auto;
  color: white;
  padding: 8px 12px;
  /* Rounded corner stuff starts here */
  background-color: purple;
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}
table {
	border-width: 2px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
}
table th {
	border-width: 2px;
	padding: 3px;
	border-style: inset;
	border-color: black;
}
table td {
	border-width: 2px;
	padding: 3px;
	border-style: inset;
	border-color: black;
}
</style> 
 
<!--[if gte IE 7]>
<style type="text/css">
 
.rounded_colhead
{
  position: relative;
}
 
.rounded_colhead > .tl, .rounded_colhead > .tr, .rounded_colhead > .bl, .rounded_colhead > .br
{
  width: 6px;
  height: 6px;
  position: absolute;
}
 
.rounded_colhead > .tl
{
  background: url(/images/ui/rounded/colhead-tl.png) top left no-repeat;
  top: 0;
  left: 0;
}
 
.rounded_colhead > .tr
{
  background: url(/images/ui/rounded/colhead-tr.png) top right no-repeat;
  top: 0;
  right: 0;
}
 
.rounded_colhead > .bl
{
  background: url(/images/ui/rounded/colhead-bl.png) bottom left no-repeat;
  bottom: 0;
  left: 0;
}
 
.rounded_colhead > .br
{
  background: url(/images/ui/rounded/colhead-br.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
}
<![endif]-->  
</style>
