html, body, p {
 font-family: arial;
 font-size: 24px;
 background-color:#0099FF;
 color:white;
 }
select, option , input {
	color:#FFFFFF;
	background-color: #0099CC;
	border:none;
	padding: 0 10px;
}
a:link {
    color: white;
	text-decoration: none;
}
a:visited {
    color: white;
	text-decoration: none;
}
a:hover {
    color: white;
	text-decoration: none;
}
a:active {
    color: white;
	text-decoration: none;
}
h1 {margin: 0 auto;}
 .box {
    border: 3px solid white;
	border-radius: 25px;
	margin: 6px 1px;
	padding: 0 15px;
}
.boxL {
    border: 3px solid white;
	border-radius: 25px;
	margin: 6px 1px;
	padding: 0 15px;
	cursor:pointer;
}
.boxL a:link {
    color: white;
	text-decoration: none;
}
.boxL a:visited {
    color: white;
	text-decoration: none;
}
.boxL a:hover {
    color: white;
	text-decoration: none;
}
.boxL a:active {
    color: white;
	text-decoration: none;
}
@media print
{    
    .noprint
    {
        display: none !important;
    }
}