BODY { font-family : arial, sans-serif, geneva, helvetica, verdana; /* background-color : lime; */ background-color : beige; text-align : center; margin : 0; } A:visited { font-weight : normal; line-height : 140%; color : blue; } A:link { font-weight : normal; line-height : 140%; color : blue; } A:hover { font-weight : normal; line-height : 140%; color : red; background-color : yellow; } A:active { font-weight : bold; line-height : 140%; color : red; } .tr-plain { text-align : center; } .tiny { font-size : 55%; line-height : 135%; } .td-r { text-align : right; } .td-l { text-align : left; } .td-c { text-align : center; } .td-33 { width : 33%; } .t-contrast { background-color : white; text-align : center; border-width : 0; border-style : none; border-color : inherit; } .t-blend { text-align : center; border-width : 0; border-style : none; border-color : inherit; } .small { font-size : 65%; line-height : 135%; } .big { font-weight : bold; font-size : 130%; line-height : 200%; }