body 

{
background-image:url("images/MMS_web_graphics-mainpage-background.jpg");
}


h1 {
font-family: 'Lato', sans-serif;
font-weight:900;
font-size:24px;
Color:black;
}

h2 {
font-family: 'Lato', sans-serif;
font-size:18px;
font-weight:900;
Color:black;
}

p {
font-family: 'Lato', sans-serif;
font-size:14;
font-weight:400;
Color:black;
}

li {
font-family: 'Lato', sans-serif;
font-size:12;
Color:grey;
}

table {
border:1px dashed brown;

}

td {
border:1px dashed brown;

}

th {
border:1px dashed brown;
background-color:brown;
color:white;
}

a {
text-decoration:none;
font-family: 'Lato', sans-serif;
font-size:16;
font-weight:900;
Color:white;
margin-right:40px;
margin-left:40px;
}

a:hover {
color:#B45F04;
}