head {
    color: #ff1010;
}

body {
    font-family: sans-serif;
    background-color: #fff0b0;		/* light yellow */
    background-image: url(backnewt.jpg);
    color:	#660066
}

a:hover {
    background-color: #fff000;		/* lightish yellow */
}

iframe {
    border: 0;				/* no border */
}

.nobullet {
    list-style-type: none;		/* removes the bullet points */
    text-indent: 0;
}
