body {  font-family: SANS-serif; 
        font-size: 13px; 
        color: #603010;
     }

td  {   font-family: SANS-serif; 
        font-size: 13px; 
        color: #603010;
        vertical-align: top;
     }	   
	   
a:link {color:#803000}
a:visited {color:#803000}
a:hover {color:#FF3300}
a:active {color:#FF0000}
h1 {  font-size: x-large}
.10p {  font-size: 10px}

.responsive {
  max-width: 100%;
  height: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}