.white {
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.white:link {
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.white:visited {
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover {
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.names {
	font-family: Verdana;
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.names:link {
	font-family: Verdana;
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.names:visited {
	font-family: Verdana;
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.names:hover {
	font-family: Verdana;
	font-size: 9px;
	color: yellow;
	font-weight: bold;
}


.cliq {
	font-family: Verdana;
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.cliq:link {
	font-family: Verdana;
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.cliq:visited {
	font-family: Verdana;
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.cliq:hover {
	font-family: Verdana;
	font-size: 9px;
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

.main {
	font-family: Verdana;
	font-size: 9px;
	color: #F5DEB3;
	font-weight: bold;
	text-decoration: none;
}

.brdr {
	border: 1px solid black;
}