/* Defaults */
address, blockquote, body, caption, center, dd, dir, div, dl, dt, h1, h2,
h3, h4, h5, h6, menu, ol, p, td, th, ul, li  {
    margin: 1px;
    font-size: 14px;
}

/* Tags */

table {
	margin-left: 20px;
}

tr, td {
    border-width: 1px;
}

h1 {
	display: none;
}

h2 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
}

a.control {
 font-size: 14px;
 margin-top: 14px;
 text-decoration: none;
}

a.control-inline {
 font-size: 10px;
 text-decoration: none;
}


p.comment {
	font-size: 12px;
	font-style: italic;
	color: green;
}

p.source {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 15px;
	font-style: italic;
	color: #000080;
}

th.dnsinfo {
	text-align: center;
	vertical-align: top;
}

tr.dnsinfo {
	vertical-align: top;
}

pre {
	margin-left: 15px;
}

.callout {
	font-weight: bold;
	outline: #FF0000 solid 1px;
}

.table {
	width: unset;
}
