* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

h1 {
	font-size: 20px;
	text-align: left;
}

h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

body {
	behavior: url(csshover.htc); 
	}

body div.main {
	position:absolute;
	left: 50%;
	margin-left: -220px;
	width: 440px;
}

acronym {
	font-size: 120%;
	cursor: help;
	font-family: "Courier New", Courier, mono;
	font-variant: small-caps;
}

a {
	font-size: inherit;
	text-decoration: none;
	color: #0000EE;
}

a:visited {
	color: #0000EE;
}

a.ext {
	background-image: url("../images/link-outside.gif");
	background-position: top right;
	background-repeat:no-repeat;
	padding-right: 15px;
}

img {
	border-width: 0px;
}

ul.server {
	width: 440px;
	height: 140px;
	margin: 10px 0px;
	padding: 0px;
	}

ul.server li{
	list-style: none;
	float: left;
	width: 200px;
	height: 60px;
	text-align: center;
	margin: 5px;
}

ul.sites {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

ul.sites li {
	width: 400px;
	background-color: #D3D3D3;
	border: 1px dotted black;
	margin: 10px;
	padding: 10px;
	list-style: none;
}

ul.sites li:hover {
	background-color: silver;
}


ul.sites li p {
	text-align: right;
	margin-bottom: 0px;
	margin-top: 5px;
}

ul.sites li img {
	border: 1px solid black;
	float: right;
	margin-left: 5px;
}

.footer	{
	width: 440px;
	text-align: center;
	border-top: 1px solid #D3D3D3;
	font-size: 10px;
}

.footer img {
	margin: 5px 2px 2px 2px;
}
