* {
margin: 0;
padding: 0;
text-decoration: none;
font-family: "Trebuchet MS", Arial;
}

body {
background-color: rgb(90,90,90);
}

.topbar {
width:1000px;
height: 200px;
margin: auto;
margin-top: 0.5%;
background-color: red;
}

.menu {
height: 50px;
width: 1000px;
margin: auto;
background-color: rgb(225,225,225);
}

.menu ul {
list-style: none;
}

.menu a {
color: black;
font-size: 2em;
text-align: center;
float: left;
height: 100%;
width: 20%;
vertical-align: middle;
line-height: 50px;  
}

.menu a:hover {
background-color: rgb(58,206,256);
}


.container
{
width: 1000px;
margin: auto;
margin-top: 1.5%;
}

.sidebar {
float: left;
width: 200px;
height: 500px;
background-color: rgb(225,225,225);
}

.sidebar img {
margin: 5% 25%;
width: 100px;
height: 100px;
border-radius: 30%;
}	
	
.content {
float: right;
width: 780px;
background-color: rgb(225,225,225);
}

table, tr, td, th{
border: 1px solid black;
text-align: center;
padding: 15px;
}

table {
border-collapse: collapse;
margin: auto;
margin-top: 2%;
margin-bottom: 2%;
width: 90%;
}

.tabela1 {
background-color: rgb(30,216,36);
color: white;
}

.tabela2 {
background-color: rgb(249,249,249);
}

.footer {
color:white;
width: 1000px;
text-align: center;
margin: auto;
padding: 20px;
font-size: 1.5em;
clear: both;
}






