body {
    vertical-align: top;
    background: #001d50;
    padding: .3em .75em;
    font-size: 12px;
    color: #def;
	font-family: Verdana,Tahoma,Arial,Lucida,sans-serif;
	line-height: 140%;
	margin: 50px;
	width: 80%;
}

a:link {
	color: #89AEF1;
}

a:visited { 
	color: #89AEF1;
}

code {
	font-size: 80%;
	line-height: 120%;
}
		
pre code {
	background-color: #333;
	border: 2px solid #000;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	max-height: 100%;
	overflow: auto;
	padding: 10px;
	width: 99%;
}

div.codeblock {
	position: relative;
}
            
/* This styles the <pre> tag */
 div.codeblock pre {
 	padding: 0px;
}

.basic-table {
	border: solid 2px #001d50;
    border-collapse: collapse;
    border-spacing: 0;
	font-family: Verdana,Tahoma,Arial,Lucida,sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
.basic-table thead th {
	background-color: #002858;
    padding: 2px;
    text-align: center;
    text-shadow: 1px 1px 1px #8c8c8c;
}
.basic-table tbody td {
    border: solid 2px #001d50;
    padding: 10px;
	text-align: center;
}
.basic-table tbody td a {
	font-family: Consolas,"DejaVu Sans Mono","Lucida Console","Courier New",monospace;
	font-size: small;
	text-decoration: underline;
	font-weight: 400;
	color: #93b7fb;
}
.row0 {
	background-color: #002f60;
}
.row1 {
	background-color: #002858;
}