body { color: white; background: #1f1f1f; font-family: Verdana, sans-serif; }

p { font-family: Verdana, sans-serif; }

h1 { 
color: #FFC140;
font-weight: 300;
}

h2 { 
color: #FEDD6B;
font-weight: 300;
}

h3 {
color: #FFF1B9;
font-weight: 300;
}

.red { color: #A40004; }

.big { font-size: 150%; }

.bigger { font-size: 200%; }

a:link {
	color: #FD82A4;
	text-decoration: underline;
}

a:visited {
	color: #FD82A4;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}