head{background-color: lightblue;
}
body {
    background-color: lightblue;
}
#redline {color: red;
	  text-align: center; 
	  font-size: 30px;}
#redline2 {
    text-align: center;
    color: yellow;
    }
h1 {
    color: blue;
    text-align: left;
}

p {
    font-family: verdana;
    font-size: 20px;
}
table { 
    font-family: verdana;
    font-size: 20px;
}

ul { 
    font-family: verdana;
    font-size: 20px;
}
th {
    text-align: left;
}
div {
    background-color: lightblue;
    width: 100%;
    height: 180px;
    border: 1px dotted black;
    overflow-y: hidden;
    overflow-x: scroll;
}


