Sono stili che stanno direttamente nel documento (non in un file .css esterno):
codice:
.btitle {margin-bottom: 10px; line-height: 1.8em}
.btitle a {font: 24px georgia, verdana, arial; color: #65AEB4; border-bottom: 1px dotted transparent}
.btitle a:hover {border-bottom: 1px dotted #999}
.bdesc {margin-top: 5px; font: 16px georgia, verdana, arial; color: #005666}
.on .btitle {font-weight: bold}
dovresti modificare in:
codice:
.btitle {margin-bottom: 10px; line-height: 1.8em}
.btitle a {font: 24px "Comic Sans"; color: red; border-bottom: 1px dotted transparent}
.btitle a:hover {border-bottom: 1px dotted #999}
.bdesc {margin-top: 5px; font: 16px "Comic Sans"; color: red}
.on .btitle {font-weight: bold}
Ciao