html   {
       background-color: #000000;
       position:absolute;
       top: 0px;
       margin-left: 90px;
}

body {
            background-image: url('images/cover.jpg');
            background-size: cover;
            background-position: top;
            height:900px;
	    width: 900px;
            margin: 0;
           
        }


a:link {
       color: #FFFFFF;
       text-decoration: none;
       font-weight: bold;
}

a:visited {
       color: #FFFFFF;
       text-decoration: none;
       font-weight: bold;
}

a:active {
       background-color: #FFFFFF;
       text-decoration: none;
       font-weight: bold;
}

a:hover {
       color: #ffffff;
       text-decoration: underline;
       font-weight: bold;
}

h1 {
        font-family: arial, verdana, sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
}
h2 {
        font-family: arial, verdana, sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
}

p {
        font-family: arial, verdana, sans-serif;
        color: #000000;
        font-weight: normal;
        font-size: 14px;
        text-decoration: none;
}
td {
        font-family: arial, verdana, sans-serif;
        color: #000000;
        font-weight: normal;
        font-size: 14px;
        text-decoration: none;
        text-align: left;
}

#news {
	position:relative;
	top: 0px;
	left: 0px;
	width: inherit;
	height: 400;
	margin: 20;
}

#TRESC {
       width: 600px;
       height: 400px;
       overflow: scroll;
      

}



.menu ul {
	list-style-type: none;
	padding: 25px 50px;
	display: flex;
	justify-content: space-between;
	font-family: arial, verdana, sans-serif;
        color: #ffffff;
        font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
        }

.menu li {

	font-family: arial, verdana, sans-serif;
        color: #ffffff;
        font-weight: normal;
        font-size: 18px;
        }