CODE
/* displayed title of livejournal */
td.caption {
font-size: 11px;
color: #000000;
}
/* top right navigation links */
.index {
font-size: 11px;
color: #000000;
}
/* displayed user name in top banner */
td div {
font-size: 11px;
color: #000000;
}
/* top banner main navigation links */
table table table table td.meta {
font-size: 11px;
color: #000000;
}
/* display of date and time */
p .index2 {
font-size: 9px;
text-transform: none;
font-family: verdana;
font-weight: bold;
color: #747474;
text-align: center;
}
/* subject of journal entries */
p table table td.caption {
font-size: 11px;
text-decoration: underline;
font-family: verdana;
color: #747474;
}
/*date and time*/
table.entrybox td.index{
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
border: 0;
}
/* displayed text in journal entries */
td {
font-size: 11px;
font-family: verdana;
line-height: 14px;
color: #000000;
}
/* currents (mood, music) and bottom banner navigation links */
table table table td.meta {
font-size: 9px;
font-family: tahoma;
color: #000000;
}