body {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	}
	
a:visited {
	color: #cc0033;
	}
		
a:link {
	color: #cc0033;
	}
	
a:hover {
	color: #999999;
	text-decoration: none;
	}
	
h2 {
	font-size: medium;
	margin:0px;
	}
	
h1 {
	font-size: medium;
	}
	
#tip1, #tip2, #tip3, #tip4, #tip5 {
	font-size: xx-small;
	font-family: verdana, arial, sans-serif;
	display:none;
	background-color: #ffffff;
	padding:2px;
	border: 1px solid black;
	}
	
table {
	border: 1px solid black;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	}
	
ul.arrow {
	list-style-image: url(images/arrow.gif)
	}
	
ul.bulb {
	list-style-image: url(images/lightbulb.gif);
	margin-left: 20px;
	}
	
ul.check {
	list-style-image: url(images/check.gif);
	}
	
ul.normal {
	list-style-type: disc;
	list-style-image: none;
	}

li {
	margin-bottom: 7px;
	}

#toc li {
	margin-bottom: 0px;
	}
	
#toc ol {
	margin-top: 0px;
	margin-left: 25px;
	}

