<!--

/* ******************************

Style Sheet for Small World Solutions

Created by Nigel Moss

Copyright (c) Nigel Moss 2001
All Rights Reserved

******************************* */

/* *** BODY STYLE *** */

body {
	background-color: #000000;
	margin: 0;
}

/* *** H1 STYLE *** */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #DDDDDD;
}

/* *** PARAGRAPH STYLE *** */

p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 0.8em; */
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

p.map {
	font-size: 0.6em;
}

/* *** ANCHOR STYLES *** */

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #66FFFF;
	text-decoration: none;
}

a.menu {
	font-weight: bold
}

/* *** END OF STYLE SHEET *** */

-->
