This used the following style sheet in the header:
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #0033CC;
}
Then I have defined an id using this style:
#idexample {
font-family: Verdana, Geneva, sans-serif
font-size: 80%;
font-style:italic;
border-top: solid #00F medium;
padding: 3px;
}