BODY {
	background-color : Teal;
}
.background {
	background-color : Teal;
}

.mainTABLE {
;
width: 740px
}

A.button {
	background-color : Teal;
	color : Yellow;
	border : thin yellow solid;
	height : 25px;
	width : 150px;
	text-align : center;
	text-decoration : none;
	font-family : "Times New Roman", Times, serif;;
	font-weight : bold;
	font-size : 12pt;
}

A.button:HOVER {
	background-color : Green;
}

.tagline {
	color : Yellow;
	font-family : "Courier New", Courier, monospace;
	font-size :18px;
	font-weight : bold;
}

.title1 {
	color : Yellow;
	font-family : "Courier New", Courier, monospace;
	font-size :40px;
	font-weight : bold;
	padding-top : 25px;
	padding-bottom : 25px;
}

.title2 {
	color : Yellow;
	font-family : "Courier New", Courier, monospace;
	font-size :40px;
	font-weight : bold;
}

.title3 {
	color : Yellow;
	font-family : "Courier New", Courier, monospace;
	font-size : 25px;
	font-weight : bold;
}

.textarea {
	background-color : #739483;
	font-family : "Times New Roman", Times, serif;
	font-size : 15px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 15px;
}

.largetext
{
	font-size : 100px;
}

