body {
	background-color: #000;
	color: #fff;
	font-family: "Courier 10 Pitch", "Courier New", Helvetica, Arial, monospace;
}
h1 {
	color: #fff; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 160%;
	padding: 0px;
	margin: 0px;
}
#dot {
	color: orange;
	font-size: 170%;
}
#main {
	font-size: 10pt;
}
#footer {
	font-size: 85%;
}
.cert {
	margin-top: 2px;
	marging-bottom: 2px;
}
ul {
	list-style-type: none;
	padding-left: 5px;
}
li {
	padding-left: 20px;
}
a {
	color: orange;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
