15 lines
223 B
CSS
15 lines
223 B
CSS
body {
|
|
font-family: "Palatino", "Georgia", Times, serif;
|
|
background-color: rgb(255, 255, 250);
|
|
}
|
|
|
|
th{
|
|
font-weight: normal;
|
|
}
|
|
|
|
table#table1 {
|
|
text-align:left;
|
|
margin-left:35;
|
|
margin-right:auto;
|
|
}
|