a:link {
  color: red;
}

a:visited {
  color: purple;
}

a:hover {
  color: blue;
}

a:active {
  color: black;
} 

.lev_container {
		margin:auto;
		width:1000px;
		text-align:center;
		line-height: 1.5rem;
		border: 5px solid black;
		border-radius: 10px;
		padding: 20px;
    	background-color: white;
    	font-family: "Roboto Slab",sans-serif;
		font-size: 14px;
	}

	.lev_content {
		font-family: "Roboto Slab",sans-serif;
		font-size: 1.1rem;
		line-height: 1.5rem;
		color: #121212;
		margin-bottom: 20px;
		letter-spacing: 0.01rem;
		text-align: center;
		padding: 5px;
	}

	.lev_match_title_header {
		font-family: "Roboto Slab",sans-serif;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5rem;
		color: #121212;
		margin-bottom: 15px;
		letter-spacing: 0.01rem;
		text-align: center;
	}

	.lev_match_header {
		font-family: "Roboto Slab",sans-serif;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.5rem;
		color: black;
		margin-bottom: 0px;
		letter-spacing: 0.01rem;
		text-align: center;
	}

	.lev_match {
		font-family: "Roboto Slab",sans-serif;
		font-size: 1.5rem;
		line-height: 1.5rem;
		color: #121212;
		margin-bottom: 20px;
		letter-spacing: 0.01rem;
		text-align: center;
		padding: 5px;
	}

	.lev_angle {
		font-family: "Roboto Slab",sans-serif;
		font-size: 1.5rem;
		font-style: italic;
		line-height: 1.5rem;
		color: #121212;
		margin-bottom: 20px;
		letter-spacing: 0.01rem;
		text-align: center;
		padding: 5px;
	}

	.lev_show {
		font-family: "Roboto",sans-serif;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.5rem;
		color: black;
		margin-top: 20px;
		letter-spacing: 0.01rem;
		text-align: center;
	}

	.lev_tdcenter {
		width: 100px;
		font-family: "Roboto Slab",sans-serif;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.5rem;
		color: black;
		margin-bottom: 0px;
		letter-spacing: 0.01rem;
		text-align: center;
		padding: 3px;
	}

	.lev_trheader {
		font-family: "Roboto Slab",sans-serif;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.5rem;
		color: black;
		margin-bottom: 0px;
		letter-spacing: 0.01rem;
		text-align: center;
	}

	.lev_hr {
		width: 75%;
		margin: 0 auto;
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.lev_table75 {
		margin-left: auto;
    	margin-right: auto;
	}

	.lev_tableborder {
		border: 1px solid black;
		border-collapse: collapse;
		width: 100%;
		padding: 10px;

	}

	.lev_tdcenterborder {
		width: 100px;
		font-family: "Roboto Slab",sans-serif;
		font-size: 1rem;
		font-weight: normal;
		line-height: 1rem;
		color: black;
		margin-bottom: 0px;
		letter-spacing: 0.01rem;
		text-align: center;
		border: 1px solid black;
		padding: 5px;
	}

	.lev_small {
		font-family: "Roboto Slab",sans-serif;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #121212;
		margin-bottom: 20px;
		letter-spacing: 0.01rem;
		text-align: center;
		padding: 5px;
	}

	.lev_dialog {
		font-family: "Roboto Slab",sans-serif;
		font-size: 1.1rem;
		line-height: 1.5rem;
		color: #121212;
		margin-bottom: 20px;
		letter-spacing: 0.01rem;
		text-align: center;
		padding: 5px;
	}