body {
	
	
		}

		a:link {
		text-decoration: none;
		color: #CEE3F6;
		}
		
		a:visited {
		text-decoration: none;
		color: #CEE3F6
		}
		
		a:hover {
		text-decoration: none;
		}
			
		.blue {
		background-color:#4359F5;
		color:#4359F5
		}
		
		.yellow {
		background-color:#F5F41E;
		color:#F5F41E;
		}
		
		.purple{
		background-color:#E841AD;
		color:#E841AD;
		}
		
		.grey{
		background-color:#CEE3F6;
		color:#CEE3F6;
		}
		
		.blue2{
		background-color:#37A6F5;
		color:#37A6F5;
		}
		
		.orange{
		background-color:#E8410B;
		color:#E8410B;
		}
		
		.green{
		background-color:#005C04;
		color:#005C04;
		}
		
		.red{
		background-color:#A91D58;
		color:#A91D58;
		}
		
		
		.height{
		height:12vh;
		}
		
		.font{
		font-size:10vh;
		font-family: Calibri, "Franklin Gothic", "Trebuchet MS", Arial;
		text-align:center;
		vertical-align:center;
				}
		
		.fontsmall{
		font-size:11px;
		font-family: Calibri, "Franklin Gothic", "Trebuchet MS", Arial;
		text-align:right;
		}
		
		
		
		.divh:hover {
		background-color:black;
		}
		
		
		
		
		.myEP {
		display: block;
		width: 499px;
		height: 500px;
		margin: auto;
		background: url(../img/EP_logo_2016_all_blue_orange1000.png) bottom;
		text-indent: -99999px;
		}
		
		.myEP:hover {
		background-position: 0 0;
		}
		
	
		