body {

  background-color: #05F219;

 }

}

h1 {

	color: #0505F2;
	font-family: Serif;
	text-align: left;
	font-size: 30px;

}

table {

	color: #F20521;
	font-family:Serif ;
	font-size: 20px;
	text-align: left;
	border: solid;
	border-width: 4px;
	border-color: Red;
}

td {

	border: solid;
	border-width: 4px;
	border-color: blue;

a {

	text-decoration: none;
	color: #000000;
	font-size: 20px;
	font-family: Serif;
	text-align; left;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98bf21;
    width: 120px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover, a:active {
    background-color: #7A991A;
}

img {

	height: 100px;
	width: 100px;

}

span img {

	height: 400px;
	width:600px;

}