body {
	font-family: Arial, Helvetica, sans-serif;
    background-color:#000033;
    text:#ccffcc;
}
td {
    vertical-align: top;
}
img {
    border-style: none;
}
.typed {
    font-family: "Courier New", Courier, mono;
    color: #FFFFCC;
	background-color: inherit;
    margin-left: 4em;
}
.nottyped {
    font-family: Arial, Helvetica, sans-serif;
    color: #ccffcc;
	background-color: inherit;
}
.red {
    font-weight: bold;
    color: #ff0000;
	background-color: inherit;
}
.ul {
    text-decoration: underline;
}
/* link classes */

a:link {
	color: #ccffcc;
	background-color: inherit;
}
a:visited {
	color: #ccffcc;
	background-color: inherit;
}
a:hover {
	color: #ccffcc;
	background-color: inherit;
}
a:active {
	color: #ccffcc;
	background-color: inherit;
}