﻿body {
    padding: 2%;
    font-family: verdana;
    text-align: center;
    margin-top: 1%;
    line-height: 30px;    
}
.bluebg
{
	background-color:#501819;
}
.txtblue {
    font-size: 18px;
    font-weight: 100;
    color: #0094ff;
	line-height:0.75em;
}
.txtlightyellow {
	font-size: 24px;
	font-weight: 100;
	color: #fedb1f;
	line-height:0.75em;
}
.txtwhite {
    font-size: 24px;
	font-weight: 400;
    color: #fff;	
}
.txtyellow {
    font-size: 24px;
    color: #ffd400;
}
.imgcenter {
	width:30%;
	margin:0.75em;
	padding:30px;
	border:2px solid #fff;
	border-radius:50px;
	background-color:#d59931;
	box-shadow: #fff 5px 5px 10px;
	border-radius: 50px;
}
