body {
  background-color:#AFAFFF;
}

div#content {
  max-width:750px;
  margin:auto;
  text-align:left;
  border-style:solid;
  padding:1em;
  background-color:#DFDFDF;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.smallbox {
  max-width:50%;
  margin:auto;
  text-align:left;
  border-style:solid;
  border-width:2px;
  padding:0.5em;
}

table#navbar td {
  min-width: 10%;
  text-align:center;
 
}

table#navbar p {

    border-style:solid;
    border-color:black;
    border-spacing:10px;
    background-color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    padding:1em;
}

td.blank {
   border: 0;
   background-color: #DFDFDF !important;
}

table#navbar td {


/*    text-decoration: none;
    margin: 2em;
    padding: 2em;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: inherit;
    border: 0;
    margin: 0;
	font: inherit;
	height:100%;
	width:100%;
	
	     border-style:solid;
	     border-color:black;

    */
}

table#navbar a {
text-decoration: none;
font: inherit;
color: inherit;
}

.noborder {
  border: 0 !important;
  background-color: #DFDFDF !important;
  width: 10%;
}
