/* Document Layout */
	
body	{
	font : 18pt;
	color: white;	
	background:black;
	margin: 0;
	padding: 0;
	}

a:link	{
	color: #3399FF;
	text-decoration: none;
	/* background: #330033;*/
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #880088;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #00FF00;
	} 

/* Yellow */
.Y13	{
	color: yellow;
	font-size:13pt;
	}
.Y20	{
	color: yellow;
	font-size:20pt;
	}
.Y30	{
	color: yellow;
	font-size:30pt;
	}
.Y55	{
	color: yellow;
	font-size:55pt;
	}

/* Red */
.R13	{
	color: red;
	font-size:13pt;
	}
.R20	{
	color: red;
	font-size:20pt;
	}
.R30	{
	color: red;
	font-size:30pt;
	}
.R55	{
	color: red;
	font-size:55pt;
	}

/* Orange */
.O13	{
	color:#ff9933;
	font-size:13pt;
	}
.O20	{
	color:#ff9933;
	font-size:20pt;
	}
.O30	{
	color:#ff9933;
	font-size:30pt;
	}
.O55	{
	color:#ff9933;
	font-size:55pt;
	}

/*Neon Green */
.G13	{
	color:#99FF33;
	font-size:13pt;
	}
.G20	{
	color:#99FF33;
	font-size:20pt;
	}
.G30	{
	color:#99FF33;
	font-size:30pt;
	}
.G55	{
	color:#99FF33;
	font-size:55pt;
	}

/*Dark Green */
.DG13	{
	color:#003300;
	font-size:13pt;
	}
.DG20	{
	color:#003300;
	font-size:20pt;
	}
.DG30	{
	color:#003300;
	font-size:30pt;
	}
.DG55	{
	color:#003300;
	font-size:55pt;
	}

/* Teal */
.T13	{
	color: teal;
	font-size:13pt;
	}
.T20	{
	color: teal;
	font-size:20pt;
	}
.T30	{
	color: teal;
	font-size:30pt;
	}
.T55	{
	color: teal;
	font-size:55pt;
	}

/* Blue */
.B13	{
	color:blue;
	font-size:13pt;
	}
.B20	{
	color:blue;
	font-size:20pt;
	}
.B30	{
	color:blue;
	font-size:30pt;
	}
.B55	{
	color:blue;
	font-size:55pt;
	}

