Header help?

In the CSS look for:

Code:
.menu ul {
        font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
        font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu ul a:visited {
        font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	 font-size: 18px;
        color: #FFFFFF;
	text-decoration: none;
}

Just change the font size and color to what you wish.
 
Back
Top Bottom