@charset "utf-8";
div.sidebar {float: left; width: 11.5%; height: 100%; background-color: black; border: 5px solid black;}
div.sidebarRight {float: right; width: 11.5%; height: 100%; background-color: black; border: 5px solid black;}
div.infoContainer {margin: 0px auto; width: 100%; color: white; text-align: center; font-size: 20px; text-decoration: none; word-wrap: normal;}
div.infoContainer:hover {background-color: white; color: black; text-decoration: underline;}
a {color: inherit; text-decoration: inherit;}
a:hover {color: inherit; text-decoration: inherit;}
