a:link { color: #F7FF72; text-decoration: none}
a:visited { color: #F7FF72; text-decoration: none}
a:hover { color: #F7FF72; text-decoration: none}
a:active { color: #F7FF72; text-decoration: none}
body,td,th {
    background-color:#000000;
	background-image:url(usk_liv_bg_3.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: fixed;
    background-position: center;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.5;
	letter-spacing: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	max-width: 600px;
	margin: 0 auto
		
}

.smalltext {
	font-size: 12px;
	
}

.largetext {
	font-size: 34px;
	
}

.centernormaltext {
	text-align: center;
	font-size: 22px;
	
}

.centerlargetext {
	text-align: center;
	font-size: 34px;
	
}

.img {
	max-width: 100%;
	height: auto;
	
}

.imgcenter {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
	
}

.iconscenter {
	text-align: center;
	letter-spacing: 10px;
		
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

li {
	display: inline;
	margin-left:15px;
	margin-right:15px;
    		
}