body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 80%;
	background: #D5E4FF;
	margin:5px;
	text-align:left;
}

h1 {
	font-weight: normal; 
	color:#F33A56; 
	font-size: 1.75em; 
	line-height: 125%;
}

h2 {
	font-weight: normal; 
	color: #F33A56; 
	font-size: 1.5em; 
	line-height: 125%;
}

h3 {
	font-weight: normal; 
	color: green; 
	font-size: 1.25em; 
	line-height: 125%;
}

ul.p {
	font-style:italic;
}

blockquote {
	font-style:italic;
	padding:0.5em;
	margin:1em;
	background:#C6DAFF;
}

.o	{
	text-decoration:overline;
}

ul {	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-left:2em;
	margin-left:0;
}

li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

ul.l li {
	margin-top:1em;
	margin-bottom:1em;
}

li ul,li ul li {
	margin:0;
}

tt {
	font-size: 1.25em;
	color: #0764FE;
}

pre {
	font-size: 1.25em;
	color: #0764FE;
}

table {
	border-style:none;
	border-collapse:collapse;
	margin-top:1em;
	margin-bottom:1em;
}

table ul {
	margin:0;
	padding-left:1em;
	font-weight:bold;
}

table li {
	margin-top:0;
}

table ul ul,th {
	font-weight:normal;
}

td,th {
	padding:0.4em;
}

table.row tr,table.packet tr {
	background: #C6DAFF;
	border-top: 1px solid white;
}

table.token {
	background: #C0C0C0;
	border-collapse:separate;
	border-spacing:4px;
}

table.token td {
	background:#DDD;
	border:1px solid black;
}

table.row th,table.packet th {
	background: #0764FE;
	color: #ffffff;
}

table.row td {
	border-top: 1px solid white;
	border-left: 1px solid #D5E4FF;
}

table.packet td,table.packet th {
	width:6%;
	text-align: center;
	border: 1px solid white;
}

a {
	color:#BE1E3A;
}

a img {
	border:none;
	vertical-align:middle;
}
.cntr {text-align:center}
.right {text-align:right}

div.nav {
	width:200px;
	margin:1em;
}
div.nav a{
	font-weight:bold;
	text-decoration:none;
}

#footer {
	clear:both;
	background:#0764FE;
	padding:5px 10px;
	font-size:0.9em; 
	color:#fff;
	border-top:1px solid white;
	text-align:center;
}
