

body{
    background-color: #8a1a46;  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #e8d8c3;
}
.content-wrapper{
    padding: 10px 30px;
}

h1, h2 {color: #e8d8c3
    font-weight: 500;
}
h3 {font-weight: 400; }

	p {font-weight: 300;}

ul li{
    list-style-type: square;
    margin-bottom: 10px;
    margin-left: 50px;
	color: #e8d8c3;
 }


table, th, td {
   padding: 5px;
}
  

a:link {
  color: #e8d8c3;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #e8d8c3;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
}
