﻿body {
	background-image: url("../images/sky1.png");
}
{
	font-family: "Arial", Arial, Helvetica, sans-serif;
}
h1 {
	color: Crimson;
	font-style: normal;
	font-size: 2.5em;
	text-shadow: 2px 2px white;
}

h2 {
	color: black;
	font-style: normal;
	font-size: 1.5em;
}
h3 {
	color: black;
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
}
h4 {
	color: black;
	font-style: normal;
	font-size: .75em;
	font-weight:bolder;
}

input.BMCmenubutton {
	width: 130px;
	height: 50px;
	background-color: crimson;
	color: white;
}

cxtreeap.BMCnormaltext {
	color: Black;
	font-style: normal;
	font-size: 1em;
}

.BMCboldtext {
	color: Black;
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
}

.BMCbiggertext {
	color: Black;
	font-style: normal;
	font-size: 1.25em;
}
.BMCbiggerboldtext {
	color: Black;
	font-style: normal;
	font-size: 1.25em;
	font-weight: bold;
}

.BMCbiggerbluetext {
	color: blue;
	font-style: normal;
	font-size: 1.25em;
}

.BMClargetext {
	color: black;
	font-style: normal;
	font-size: 2em;
}

.mybutn {
	background-color: Crimson;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 130px;
	height: 60px;
	border: 2px solid black;
	padding: 0px;
	margin: 0px;
}

.mybutnsml {
	background-color: Crimson;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 65px;
	height: 30px;
	border: 2px solid black;
	padding: 0px;
	margin: 0px;
}
.smallabut {
	background-color: Crimson;
	color: white;
	padding: 7px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 38px;
	height: 15px;
	border: 2px solid black;
}

.bigabut {
	background-color: Crimson;
	color: white;
	padding: 14px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 76px;
	height: 30px;
	border: 2px solid black;
}
.bigbut {
	width: 100px;
	height: 40px;
	border: 2px solid black;
	padding: 0px;
	margin: 5px;
}

;



