body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/background.jpg);
	margin: 0 0 0 0;
}
a {
	color: #003F80;
	text-decoration: underline;
}
a:visited {
	color: #003F80;
	text-decoration: underline;
}
a:hover {
	color: #3163CE;
	text-decoration: none;
}
a:active {
	color: #003F80;
	text-decoration: underline;
}
a.menu {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	font-variant: normal;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.karma_head {
	font-family:"Palatino Linotype", Times, serif;
	font-size:large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
}
.karma_para {
	font-family:"Palatino Linotype", Times, serif;
	font-size:medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0 100px 0 15px;
	padding: 0 100px 0 0;
}
.karma_para_center {
	font-family:"Palatino Linotype", Times, serif;
	font-size:medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	margin: 0 100px 0 15px;
	padding: 0 100px 0 0;
}
.karma_center {
	text-align: center;
	margin: 0 100px 0 15px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border-top: medium none;
	border-right: medium none;
	border-bottom: medium solid;
	border-left: medium none;
	margin-top:3em;
	background-color:blue;
	color:white;
}
.box {
	border: medium solid #003300;
	width: 75%;
	text-align: center;
}
.footer {
	background-image: url(images/bg1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
}
.footer a {
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
.footer a:visited {
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
.footer a:hover {
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
.footer a:active {
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
.no_background {
	background-image: none;
}