.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #666;
	text-decoration: none;
}
a:link {
	color: #666;
	font-size: 13px
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #666;
	font-size: 13px; 
	font-weight:bold;
	text-decoration: none;
}
a:visited {
    color: #666;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;	
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666; 
	font-weight:bold;
}
form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
	}

input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	list-style-type: decimal;
	list-style-position: outside;
	font-weight:bold;
}

