﻿/* general styles for language selection page */

body{
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* Stop touch marker apperaing on mobile devices */ 
}
#courseFrame{
	width: 100%;
	overflow: auto;
}
#langLBBg{
	margin: 0 auto;
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	width: 300px;
	margin-top: 80px;
	text-align: center;
}
.linkHolder{
	margin-bottom:40px;
}
.langLink{	
	font-size:16px;
}
 /* unvisited link */
a:link {
	text-decoration:none;
}
/* mouse over link */
a:hover {
    text-decoration:none;
	transition: 0.25s;
}