@charset "utf-8";
/* CSS Document */
body {
background-color: #FF2121
}
h1{
	font-family: impact;
	font-size: 46px;
	color: white;
	text-align: center;
}

h2{
	font-family: impact;
	font-size: 60px;
	color: white;
	text-align: center;

}

div.I{
	font-family: impact;
	font-size: 46px;
	color: white;
	text-align: center;
}
div.central{
	 position: relative;
  left: 510px;
  text-outline: 30px;
	width: 135px;
}

img.imagem2{
    display: block;
  margin-left: auto;
  margin-right: auto;
}
img.imagem1{
    display: block;
  margin-left: auto;
  margin-right: auto;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}

li {
  float: left;
}

li a {
  display: block;
  color: red;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
th {
  color: white;
  outline-style: solid;
  outline-width: thin;
}
td {
    color: white;
    outline-style: solid;
    outline-width: thin;

}
p{
	font-family: calibri;
	font-size: 20px;
	color: white;
}
img.myslydes1{
    display: block;
  margin-left: auto;
  margin-right: auto;
}

