How might I adjust the font size of the main navigation menu independently of body text?
I used this code below to increase the body text size (which I wanted) however it also increases the main nav menu font TOO big, so I'd like a separate code for the main nav font size...
body {
font-size: 17px;
color: #333333;
}














