P  {
	color : #FFFF00;
	font-family : Arial;
}

BODY  {
	font-family : Arial;
	color : #FFFF00;
	background-color : #000000;
}

H1  {
	font-size : x-large;
	font-weight : bold;
	color : #00FF00;
	text-align : center;
	font-family : Arial;
}

H2  {
	font-size : large;
	font-weight : bold;
	color : #00FF00;
	text-align : center;
	font-family : Arial;
}

H3  {
	font-size : medium;
	font-weight : bold;
	color : #00FF00;
	text-align : center;
	font-family : Arial;
}

H4  {
	font-size : small;
	font-weight : bold;
	color : #00FF00;
	text-align : center;
	font-family : Arial;
}

H5  {
	font-size : x-small;
	font-weight : bold;
	color : #00FF00;
	text-align : center;
	font-family : Arial;
}

A  {
	color : #00FFFF;
	font-family : Arial;
}

A:Visited  {
	color : #FF00FF;
	font-family : Arial;
}

A:Active  {
	color : #FF0000;
	font-family : Arial;
}

A:Hover  {
	color : #00FF00;
	font-family : Arial;
}

.blue  {
	font-size : medium;
	color : #0000FF;
	font-family : Arial;
}

.lime  {
	font-size : medium;
	color : #00FF00;
	font-family : Arial, Helvetica, sans-serif;
}

.red  {
	font-size : medium;
	color : #FF0000;
	font-family : Arial;
}

.white  {
	font-size : medium;
	color : #FFFFFF;
	font-family : Arial;
}

.smwhite  {
	font-size : small;
	color : #FFFFFF;
	text-align : center;
	font-family : Arial;
}

.xsmwhite  {
	font-size : x-small;
	font-weight : bold;
	color : #FFFFFF;
	text-align : center;
	font-family : Arial;
}

.xxsmwhite  {
	font-size : xx-small;
	font-weight : bold;
	color : #FFFFFF;
	text-align : center;
	font-family : Arial;
}

.xsmyellow  {
	text-align : center;
	color : #FFFF00;
	font-size : xx-small;
	font-weight : bold;
	font-family : Arial;
}

.gpurple  {
	font-size : large;
	font-weight : bold;
	color : #CC00FF;
	font-family : Arial;
}

.bblue  {
	font-size : large;
	font-weight : bold;
	color : #0000FF;
	font-family : Arial;
}

.bred  {
	font-size : large;
	font-weight : bold;
	color : #FF0000;
	font-family : Arial;
}

.byellow  {
	font-size : large;
	font-weight : bold;
	color : #FFFF00;
	font-family : Arial;
}

.largewhite  {
	font-size : large;
	font-weight : bold;
	color : #000000;
	text-align : center;
	font-family : Arial;
}
/* this is a transparent button */ 
.w3cbutton3 {
  margin: 1em 0;
  width: 6em;
  border: 3px #888;
  font-family : Arial;
  font-size: 93%;
  font-weight:400;
}
.w3cbutton3 span.w3c {
  padding: 0 ;
  background-color: #fff;
  color: #666;
}

