@charset "UTF-8";
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000033;
	background-image: url(../Backgrounds/bg_meditation.png);
	background-repeat: repeat;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC00CC;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	text-align: center;
	text-shadow: shadow;
}

