Какой класс в CSS отвечает за шрифт только на страницах сайта?
Мне нужно изменить шрифт только на страницах, не зацепив шрифты в боковых блоках, в меню, на форуме и т.д.
Шаблон №888
Вот CSS:
/* General Style */
body {margin:0;padding:0;background:#419FBB;}
#contanier {background:url('http://tsst.ucoz.com/fon4.jpg') center top no-repeat #33FFFF; background-attachment: fixed;}
#mainTable {width:1000px;}
#footer {center top no-repeat;border-top:1px solid #81BED8;width:1000px;}
.boxTable {width:210px;margin-bottom:10px;}
.boxTitle {height:36px; line-height:36px; background:url('http://tsst.ucoz.com/fon4.jpg') repeat-x;color:#000000;text-align:center;}
.boxContent {padding:5px 5px 10px 5px;}
h1.header {color:#FFFFFF;font:20pt bold Verdana,Tahoma;margin:0;padding:0;}
.whiteLink a:link {text-decoration:underline; color:#FFFFFF;}
.whiteLink a:active {text-decoration:underline; color:#FFFFFF;}
.whiteLink a:visited {text-decoration:underline; color:#FFFFFF;}
.whiteLink a:hover {text-decoration:none; color:#000000;}
h1 {margin: 20px; font-size: 18px; color:#0000CC;}
h2 {margin: 20px; font-size: 16px; color:#0000CC;}
h3 {margin: 20px; font-size: 14px; color:#0000CC;}
a:link {text-decoration:underline; color:#ABFFFE;}
a:active {text-decoration:underline; color:#ABFFFE;}
a:visited {text-decoration:underline; color:#ABFFFE;}
a:hover {text-decoration:none; color:#000000;}
td, body {font-family:verdana,arial,helvetica; font-size:10pt;}
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}
a.noun:link {text-decoration:none; color:#FFFFFF;}
a.noun:active {text-decoration:none; color:#FFFFFF;}
a.noun:visited {text-decoration:none; color:#FFFFFF;}
a.noun:hover {text-decoration:none; color:#000000;}
hr {color:#FFFF99;height:1px;background:#FFFF99;border:none;}
label {cursor:pointer;cursor:hand}
.blocktitle {font-family:Verdana,Sans-Serif;color:#787878;font-size:12px;}
a.menu1:link {text-decoration:underline; color:#FAFAFA}
a.menu1:active {text-decoration:underline; color:#FAFAFA}
a.menu1:visited {text-decoration:underline; color:#FAFAFA}
a.menu1:hover {text-decoration:underline; color:#CCCCCC}
.menuTd {padding-left:12px;padding-right:10px; background: url('/.s/t/888/4.gif') no-repeat 0px 3px;}
.mframe {border-left:1px solid #E5E7EA; border-right:1px solid #E5E7EA;}
.colgray {border-right:1px solid #E5E7EA;}
.colwhite {border-right:1px solid #FAFAFA;}
.msep {border-top:1px solid #FAFAFA;}
/* ------------- */
Подскажите также, где почитать, какие классы за что отвечают, с примерами. Спасибо большое!