/*
 * CSS file for xmlserv.com
 * Written and (C) Copyright by Wolfram Saringer - ws@xmlserv.com
 * Reuse whatever part of it you consider useful
 * $Id: style.css,v 1.4 2002/04/15 12:09:17 muecke Exp $
 */

.logo1 {
	font-family: Arial,sans-serif;
	font-size: 110%;
	text-transform: uppercase;
}

.logo2 {
	font-family: Times, serif;
	font-style: italic;
	vertical-align: 20%;
	font-size: 90%;
	text-transform: capitalize;
}


body {
	background: #000000;
	color: #FFFFFF;
}


h1 {
	margin-top:1.7cm;
}


h2 {
	margin-top:1.3cm;
}


p {
	text-indent:0.5cm;
}


a {
	color: lightgray;
	decoration: none;
}


a.visit {
	color: lightgray;
	decoration: none;
}
