﻿.body { 
background-color:yellow;
margin-right:auto;
margin-left:auto;
width:70;
text-align: left;
}
.h1 { 
color:blue;
border-color:red;
}
.p1 {
color:blue;
}
.ul {
color:blue;
font-size:20px;
line-height:20px;
width:70;
}
#table{
text-align: center;
}
#table-head {
color:red;
font-size: 30pt;
text-align: left;
}
#table th{
padding:10px;
color:#CC3333;
font-size: 20pt;
line-height: 1;
border-bottom: 5px solid #990033;
text-align: center;
}
#table td {
color: red;
background-color:#FFCC66;
font-size:20px;
line-height:1;
padding: 10px;
text-align: center;
}