
body {
	font-family: 'Open Sans', sans-serif;
	}
	

.Heading {
	font-size:4em;
	font-family: 'Ubuntu', sans-serif;

}



.Coherent
{
	font-family: 'Ubuntu', sans-serif;
	font-size:2em;
	
}
.Normal
{
	font-size:1em;
	font-family: 'Ubuntu', sans-serif;

}


.copyright {
	font-size:.85em;
	color:#CCCCCC;
}


.red {
color:#dd4e22;

}


.orange {
color:#f78b17;

}
.brown{
	color:#d38540;
}



.grey{
	color:#b9bab9;

}


.darkgrey{
	color:#7b7a7a;


}
.lightgrey{
	color:#c2c2c0;

}

.green {
color:#5bae24;

}

.darkgreen {
color:#06ba61;

}

.blue {
color:#4d73c3;
}


.black {
color: #333333;
}

.white {
color:#FFFFFF;
}

.yellow{
color: #FFFF33;

}

.darkyellow{
color: #ded20d;

}

.bold {
font-weight:bold;
}

.left {
text-align:left;
}

.right {
text-align: right;
}


.center {
text-align: center;
}

.just {
text-align: justify;
}



.tinyspace {
	background-color:transperent;
	height:50px;
}

.space {
	background-color:transperent;
	height:100px;
}
.bigspace {
	background-color:transperent;
	height:200px;
}
