font{
	color: white;
	font-weight:bold;
	font-family: verdana;
	font-size: 12px;
             }


div{
	color: #FFC600;
	font-weight:bold;
	font-family: verdana;
	font-size: 12px;
             }


a:link{
	text-decoration: none;
	color: aqua;
	font-weight:bold;
	font-family: verdana;
	font-size: 12px;
}

a:visited{
	text-decoration: none;
	color: aqua;
	font-weight:bold;
	font-family: verdana;
	font-size: 12px;	
}

a:active{
	text-decoration: none;
	color: yellow;
	font-weight:bold;
	font-family: verdana;
	font-size: 12px;
}

a:hover{
	text-decoration: none;
	color: yellow;
	font-weight:bold;
	font-family: verdana;
	font-size: 12px;
}

/*<update>*/
.alert {
    background-color: firebrick;
    color: white;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 1em;
}
