

ul.a {
	list-style-type: square;
}
html {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0em;
	margin: 0em;
}
body {
	margin: 0em 10%;
	padding: 1em;
	background-color: #F3F3F3;
}
a {
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
}

a:focus,a:hover{
	color:#23527c;
	text-decoration:underline
}

table.tg  {
	position:fixed;
	text-align: left;
}
.content{
	border-style: solid;
	border-width: 0em;
}
#left {
	float: left;
	display: inline;
	width: 70%;
	text-align: left;
	height: 100%;
	border-right: 1px solid black;
}
#right {
	float: right;
	display: inline;
	width: 25%;
}
#left2 {
	float: left;
	display: inline;
	width: 40%;
	text-align: left;
}
#right2 {
	float: right;
	display: inline;
	width: 60%;
}
#headheight {
	height: 16em;
}
code {
	font-family: Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;
	background-color: #eee;
}
pre code {
	white-space: inherit;
	padding: 0;
}

