﻿tt {
	color: green;
	font-family: courier;
 }

body, body div, body p, body th, 
body td, body li, body dd {
	color: #ffcc33;
	font-family: verdana, arial;
	font-size:12px;
	line-height:150%;
 }

body {
	background-color: black; 
 }


p, body p
{
	line-height:150%;
	text-indent:30pt;
}

h1 {
	color: #ffcc33;
	font-family: verdana, arial;
	font-weight: 100;
	font-size:24px;
	line-height: 150%
 }

h2 {
	color: #ffcc33;
	font-family: verdana, arial;
	font-weight: 100;
	font-size:20px;
	line-height: 150%
 }

h3 {
	color: #ffcc33;
	font-family: verdana, arial;
	font-weight: 100;
	font-size:18px;
	line-height: 150%
 }

h4 {
	color: #ffcc33;
	font-family: verdana, arial;
	font-weight: 100;
	font-size:16px;
	line-height: 150%
 }

h5 {
	color: #ffcc33;
	font-family: verdana, arial;
	font-weight: 100;
	font-size:14px;
	line-height: 150%
 }

h6 {
	color: #ffcc33;
	font-family: verdana, arial;
	font-weight: 100;
	font-size:12px;
	line-height: 150%
 }

p {
	color: #ffcc33;
	font-family: verdana, arial;
	font-weight: 100;
}

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

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

a:active {
	color: #ffcc33;
	text-decoration: underline;
}

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