As your page looks now you can try something like this in your css
Code:
#example3 p {
font-size:15px; /* the fontsize in the paragraps */
}
#example3 a {
color:#0000FF;
font-size:17px; /* the fontsize of the links */
font-weight:bold;
text-decoration:none;
}
.datefield {
color:gray;
font-size:60%; /* you may have to adjust this as it depends on what's above */
}
Tell me if it works or not.
The headline is an h3 tag and you can use something like this
Code:
h3 {
font-size: 20px;
}
Tell me if I am missing something.
Bookmarks