/*

 * Style sheet for the HTML 4.0 specification

 * for DLSH INC designed by Damien Quamme 

 */



body {

    background: #ffffff;

    color: black;

}

a:link {

	color: #cc0033;

	}

a:visited {

	color: #cc0033;

	}

a:active {

	color: #cc0033;

	}

a:hover {

		text-decoration: underline;

	}

a {

	text-decoration: none;

	}

div.logo {

	position: absolute;

	left: 0px;

	top: 25px

}

div.body {

	width: 550px;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	position: absolute;

	left: 300px;

	top: 30px;



}

