body { 
		background-color: black;
		color: white;
		font-size: 12px;
		padding: 5px;
		margin: 0px;
		text-align: justify;
	}
	a {
		text-decoration: none;
	}
	a:link,a:visited {
		color: #ff0000;
	}
	a:hover,a:active{
		color: #00ff00;

	}
	a.navlink{

		background-color:silver;
		font-family:verdana,arial,san-serif;
		font-size:9px;
		border:1px solid #999999;
		text-decoration:none;
		color:#003366;
	}
	a.navlink:hover{
		background-color:white;
		border:1px solid #999999;
		text-decoration:none;
		color:red;
	}

	td.content {
		
	}
	ul {
		margin: 0px;
	}
	li {
		font-weight: bold;
		list-style-type: none;
	}
	.answer {
		font-weight: normal;
		list-style-type: none;
		margin: 10px;
	}
