	/* Base rules */

html { 
	min-width: 1600px;
	min-height: 1200px;
	padding:0px;
	margin:0px;
	 }
	 
img	{
	border: 0;
	margin-top: 2em;
	}

        /* Positioning */

span#previousslide {
	position: absolute;
	top: 0;
	left: 2em;
	}
	
span#currentslide {
	position: absolute;
	top: 0;
	left: 20em;
	}
	
span#nextslide {
	position: absolute;
	top: 0;
	left: 50em;
	}
	

	/* Linkology 	*/

a:link, a:visited {
        font-size: 14px;
	font-weight : bold; 
	text-decoration : none;
	color: #137;
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #d80;
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #137;
	}

	/* Typography 	*/
	
body	{
	font-size: 14px;
	margin: 0 0 1em 1em;
	}


