html {
    max-width: 960px;
}

body {
    background-color: white;
    font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif'Text", "Liberation Serif", Times, "Times New Roman", serif;
    text-align: left;
    font-size: medium;
}

.Brown {
	color: #963;
}

.Red {
	color: #FF2600;
}

.blue {
	
	color: blue;
		
}


.sans-serif {
	font-family: Verdana, Geneva, sans-serif;
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.right {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
 text-align: center;
}




img {
    padding: 10px;
    max-height: 100%;
	max-width: 100%;
	
    text-align: center;
}

table, th, td {
    table-layout: auto;
    border-spacing: 10px;
    border: 1px solid;
    border-collapse: collapse;
    padding: 10px;
    font-size: medium;
	width="100%";
    
}



/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: purple;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: green;
}

td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
object-fit: contain;
    
}
