body{
	background-color: #191956; /* Standard syntax */
	background-size: cover;
	background-attachment: fixed;
}

h1.headtext{
	color:white;
	font-size:27px;
	line-height:15px;
	margin-left: 7px;
	font-weight:bold;
	font-family:Utsaah;
}
div.headtext{
	color:white;
	border-radius: 10px;
	padding:10px 30px;
	background-color: rgba(0,0,0,0);
	display: inline;
	float: right;
	text-decoration: none;
	font-weight: bold;
}

div.headtext:hover{
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	color:white;
	padding:10px 30px;
	background-color: rgba(255,255,255,0.3);
	display: inline;
	float: right;
}

div.marquee{
	background: linear-gradient(to right, rgba(255,255,255,0.5),rgba(0,0,0,0.3)); /* Standard syntax */
	color: white;
	font-size:14px;
	padding:5px 10px;
}

div.pane{
	background-color: white;
	border-radius: 10px 0px 10px 0px;
	padding:10px;
	margin:7px;
}

div.heading1{
	background-color: #D05858;
	border-radius: 10px 0px 10px 0px;
	padding:10px;
	margin:5px;
	color: white;
	font-weight:bold;
}

div.heading2{
	background-color: #D05858;
	border-radius: 10px 0px 10px 0px;
	padding:10px;
	color: white;
	font-weight:bold;
}

div.contain{
	margin:5px;
	border-radius:0px 0px 10px 10px;
	border-bottom:1px black solid;
	padding-bottom:10px;
}

div.footer{
	background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0),rgba(0,0,0,1)); /* Standard syntax */
	padding-bottom: 50px;
	padding-top:50px;
	color:white;
	text-align:center;
}

button.button, a.button, input.submit{
	background-color:#000066; 
	color:white; 
	border-radius:10px 0px 10px 0px;
	padding:10px 20px;
}

a:link{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

div.footer div a, div.headtext a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
