*{	
    font-family: 'Source Code Pro', monospace;
}
body{
	float:left;
	width:100%;
	background-color: #1d92f2;
	background: -webkit-linear-gradient(0deg,#1d92f2, #2a9fff,#1d92f2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg,#1d92f2, #2a9fff,#1d92f2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg,#1d92f2, #2a9fff,#1d92f2);	
}

body .left{
	float:left;
	width:25%;
}

body .right{
	float:left;
	width:70%;
	padding:1%;
}

table *{
	color: white;
}

/*
	Configurations for LEFT
*/
.logo{
	width: 80%;
	padding-bottom:100px;
	margin-left:15%;
}
.side-menu{
	margin-top:20%;
}
nav ul{
	list-style: none;
	margin-top:-10px;
}

nav ul li{
	padding:5px;
	height:30px;
	font-size: 18px;
	text-align: center;
	background: white;
	margin-top:5%;
	box-shadow: 0px 0px 5px black;
}

nav ul li a{
	color:black;
	
	
	text-decoration: none;
	text-align: center;
}

/*
	Configurations for RIGHT
*/

.title{
	color:white;
	text-align: center;
	
	font-weight: bold;
}

.text{
	padding:2%;
}

.text a{
	color:#00f5f9;
	font-weight: bold;
}
.text p{
	font-family: 'Play', sans-serif;
	margin-top:20px;
	text-align: justify;
	color:white;
	font-size: 18px;
}
.text h1{
	color:white;
	text-shadow: -1px 0 blue, 0 px blue, 1px 0 blue, 0 -1px blue;
	font-weight: bold;
	font-weight: 18px;
}

.text h4{
	color:white;
	text-shadow: -1px 0 blue, 0 px blue, 1px 0 blue, 0 -1px blue;
}
.text h3{
	color:white;
	text-shadow: -1px 0 blue, 0 px blue, 1px 0 blue, 0 -1px blue;
	font-weight: bold;
}

.text ol{
	color:white;
	text-shadow: 10px 0 black, 10px black, 10px 0 black, 0 -1px black;
	font-weight: bold;
}
/*
 	Configurations for FOOTER
*/

footer{
	float:left;
	padding-left:10%;
}

footer img{
	width:10%;
	float:left;
}

footer p{
	color:white;
	font-family: 'Play', sans-serif;
	margin-left:20px;
	width:70%;
	float:left;
}

footer p a{
	text-decoration: none;
	color:white;
}

footer p a:hover{
	text-decoration: none;
	color:blue;
	font-weight: bold;
	font-size: 12px;
}

footer p a:visited{
	text-decoration: none;
	color:white;
}

cite{
	margin:15px;
	font-size: 20px;
	text-align: center;
}