@charset "utf-8"; body { background-color: rgb(180,250,230); background-attachment: fixed; background-image: url('../images/bgim.png'); background-repeat: repeat; } div { background-color: rgb(210,245,250); font-family: Georgia, serif; width: 60%; vertical-align:top; margin-left: auto; margin-right: auto; } h1{ text-align: center; font-size: 500%; color:rgb(100, 140, 210); } h2{ text-align: center; font-size: 160%; color:rgb(100, 140, 210); } h3{ border:3px solid blue; background-color: rgb(190,210,220); display:inline-block; text-align: center; font-size: 180%; color:rgb(60, 100, 200); width:19%; } p{ text-align: left; font-size: 24px; } hr{ border: 3px solid rgb(110, 140, 200); } img{ display: block; width:80%; margin-left: auto; margin-right: auto; } table{ border: 5px solid rgb(65, 96, 152); border-collapse:collapse; font-family:arial; width: 80%; margin-left: auto; margin-right: auto; } thead{ background-color:rgb(65, 96, 152); color:white; font-size:30px; } tbody{ background-color:rgb(165,250,140); } tfoot{ background-color: rgb(230,140,140); } .c1{ background-color:rgb(65,140,250); } .c2{ text-align:left } td{ text-align:right; width: 20%; height:30px; font-size:20px; border:2px solid; border-color:rgb(65, 96, 152) } th{ }