/* DisplayMyHostname.com Main Style Sheet */

body {
  	color:		#000000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(images/gray_stripe.gif);
}


td {
	border: 0px;
	vertical-align: top;
}

td.bottom_pad_small {
	padding-bottom: 3px;
}

td.bottom_pad_big {
	padding-bottom: 10px;
}

td.border_pad_big {
	padding: 10px;
}

a:link,a:active,a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

.small {
	font-size: 9px;
}

.normal {
	font-size: 12px;
}

.big {
	font-size: 16px;
}

.hostname {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

.linkbar {
	font-size: 11px;
}

.right {
	text-align: right;
}