a {
	color: #7FFFD4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #D4FFF1;
	font-style: italic;
}

body {
	background-color: Black;
	text-align: center;
	color: #29B1D6;
}

a.blue {
	color: #152D6B;
	font-size: 30px;
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
	color: #15586B;
}

a.center {
	color: #24B98E;
	font-size: larger;
}

a.center:hover {
	color: #A4EDD8;
}

a.center2 {
	color: #24B98E;

}

a.center2:hover {
	color: #A4EDD8;
}

a.right {
	color: #B835EC;
	font-size: smaller;
	text-decoration: none;
}
a.right:hover {
	color: #2399B9;
	text-decoration: underline;
}

p {
	text-align: justify;
}


table.main {
	width: 750px;
}
table.left {
	background-image: url(tealback.gif);
	width: 200px;
	color: Black;
	font-weight: bold;


}
table.center {
	width: 350px;
}
table.right {
	width: 200px;
}

td.menu {
	background-image: url(tealback.gif);
}
a.menu {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	color: #B835EC;
	background-color: Black;
	text-decoration: underline;
}
