P  {
	font-size : small;
	font-style : normal;
	font-weight : normal;
	font-family : Comic Sans MS;
	text-align : center;
}

H1  {
	font-family : Copperplate Gothic Bold;
	font-weight : bold;
	color : Silver;
	text-align : center;
}

H2  {
	color : White;
	font-weight : bold;
	text-align : center;
	background-color : Blue;
	border-width : medium;
	border-color : Silver;
	border-style : double;
	font-family : Copperplate Gothic Bold;
	font-size : large;
	margin : 2%;
}

H3  {
	color : #FF0000;
	text-align : center;
}

A  {
	color : Blue;
}

A:Visited  {
	color : #33FF66;
}

A:Active  {
	color : Teal;
}

A:Hover  {
	color : Fuchsia;
}

BODY  {
	background-color : transparent;
	font-family : Comic Sans MS;
	font-style : normal;
	text-align : center;
	border-style : none;
	background-image : url(../pics/bg-stars.gif);
}
 
P.left  {
	text-align : left;
	font-family : cursive;
	font-weight : bold;
	font-style : normal;
	color : #FF0000;
	font-size : small;
}

HR  {
	align : center;
	size : 2;
	width : 50%;
	color : Silver;
}

.text { 
color: red;
margin-left: 10px;
font-size: 28px;
font-family: Arial Black 
}

.highlight { 
margin-top: -38px;
margin-left: 8px;
color: darkred;
font-size: 28px;
font-family: Arial Black 
}

.menu {
	color: darkblue;
	margin-left: 10px;
	font-size: 15px;
	font-family: "Copperplate Gothic Bold";
}

.menuhi {
	color: Blue;
	margin-top: -18px;
	margin-left: 8px;
	font-size: 15px;
	font-family: "Copperplate Gothic Bold";
}

.box  {
	color : White;
	font-weight : bold;
	text-align : center;
	background-color : Blue;
	border-width : medium;
	font-family : Copperplate Gothic Light;
	font-size : small;
	margin : 2%;
	border : outset;
	width : 75%;
	border-color : Silver;
}

.box2  {
	color : White;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	background-color : Blue;
	border-width : medium;
	font-family : Copperplate Gothic Light;
	font-size : small;
	margin : 2%;
	border : outset;
	width : 25%;
	border-color : Silver;
}

.box3 {
	color : White;
	font-size: small;
	font-weight: bold;
	font-style: none;
	vertical-align : middle;
	background: Blue;
	text-align: center;
	border-top: outset;
	border-bottom: outset;
	border-left: outset;
	border-right: outset;
	height: 100%;
	width : 1.5in;
	border-color : Silver;
	font-family : "Copperplate Gothic Bold";
}

.box4 {
	color : White;
	font-family: Copperplate Gothic Light;
	font-size: small;
	font-weight: bold;
	font-style: none;
	vertical-align : middle;
	cursor: hand;
	background: Blue;
	text-align: center;
	border-top: outset;
	border-bottom: outset;
	border-left: outset;
	border-right: outset;
	position: relative;
	height: 90%;
	width : 1in;
	border-color : Silver;
}

.boxblue  {
	color : White;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	background-color : Blue;
	border-width : medium;
	font-family : Copperplate Gothic Light;
	font-size : small;
	margin : 2%;
	border : outset;
	width : 35%;
	border-color : White;
}


.sub {
	vertical-align : bottom;
}

