
body {
background-color: cream;
color: black;
text-align: left;
font-size: 20px
}

.white {
color : white;
}

.black {
color : black;
}

.red {
color : red;
}

h1{
	font-family : Verdana;
}

p{
	font-family : Microsoft Sans Serif;
}

td{
	font-family : Microsoft Sans Serif;
	width: 500px
}

table{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	border: 2px black
	font-family : Microsoft Sans Serif;
}

.move{
        margin-left: 700px;
        text-indent: 20px;
}

