Changes
/* MAIN PAGE */
/* Table formatting */ /** Common table **/table.mainPageTable { width:100%; background-color:#ffffff; padding:1px; margin:0px; line-height: 1;} td.tableTitle { width:100%; margin:0px; padding:0px; font-size:1em;} /** Search table **/table.searchTable { border:1px solid lightgrey;} td.searchTableTitle { background-color:#dbdbe4; border:1px solid #717b99; color:#000000;}/** Search table **/ /** Link formatting **/
span.mp-beginnersLink a {
font-family: inherit;
color: #272e65;
}
/** Link formatting **/
/** News & Announcement table **/
table.newsTable
{
//list-style-type: square;
}
/** News & Announcement table **/
/* MAIN PAGE */