/* styles.css */
body {
    margin: 30px;
    padding: 0;
    font-family: Arial, sans-serif;
}

.frame {
    border: 0px solid black;
	background-color: #DDDDDD;
	}
	table {
  border: 0px solid #000000;
  width: 100%;
  text-align: block;
}
table td, table th{
	column-width: 20;
}

#sidebar {
    background-color: #444444;
}

#footer {
    background-color: #ccc;
}
h3 {
    font-size: 25px;
    font-weight: 600;
}

