/* Main menu settings */


.html
{
	background-color: #ffff01;
}

html, body {
	background-image: url(../images/Background2.jpg);
	height: 100%;
	background-repeat: no-repeat;
}

p  {
	font-family: Segoe, "Segoe UI";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

h4  {
	font-family: Segoe, "Segoe UI";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}


body a {
	color: #E4090C;
}
#JCtext {
	margin: 30px;
	padding: 10px;
	background-color: #FFFF01;

}
#JCtext p {


}


body a.hover {
	color: #95F800;
}
