body {
background-color: #C0C0C0;
color: grey;
font-family: arial;
}
h1 {
color: grey;
}
a.cen { 
text-align: center;
text-decoration: none;
}
h2.links { 
color: white;
text-align: center;
}
.bl {background: 0 100% no-repeat #000070; width: 8em}
a {color: solid grey; font-family: arial;}
a:link {color: #202020; font-family: arial;}


a.bla {color: black; font-family: arial;}
img.noborder { border:none; }
a.toptitle { color: white; font-size: 3em; }
img.border {
border-style: solid;
border-width:2px;
border-color:black;
}

a:visited { color: #505050; }

table.hosting {
	border-width: thick thick thick thick;
	border-spacing: 4px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.hosting th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.hosting td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
