.content {
	width: 800px;
	height: auto;
	margin: auto;
	padding: 16px;
	background: none;
}
.sidebar {
	width: 160px;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	/*overflow-x: hidden;*/
	background: #EC1313;
	color: black;
	text-align: right;
	
    a {
		font-size: 20px;
		text-decoration: none;
		margin-right: 10px;
		line-height: 40px;
	}
	a:link {
		color: black;
	}
	a:visited {
		color: black;
	}
	a:hover {
		color: white;
	}
	a:active {
		color: white;
	}
}

.info {
	text-align: left;
}

body {
	text-align: center;
	/* background-color: black; */
	background-image: url("vu-back2.png");
	background-repeat: repeat;
	color: white;
	font-family: "Trebuchet MS", Helvetica, sans-serif
}
table {
	width: 100%;
}
tr:nth-child(even) {
	background-color: #333333;
}
a:link {
	color: #ec1313;
}
a:visited {
	color: #a51414;
}
a:hover {
	color: white;
}
a:active {
	color: white;
}
ol {
  list-style-position: inside;
}
ul {
  list-style-position: inside;
  text-align: left;
}