i have this code sum1 gave me. its the css of a website…could sum1 jus tell me what exactly it does. how it works? & how could i maybe add to it or make changes?
[AS]
A:link {color:#FF8408; text-decoration:underline;}
A:visited {color:#18A5BD; text-decoration:underline;}
BODY#Standard { margin-top:5px; margin-left:5px; margin-right:5px; margin-bottom:5px; background-color:#FFFFFF; font-family:verdana, arial; font-size:9pt; font-style:normal; font-weight:normal; color:#000000;
}
BODY#Standard-default { margin-top:5px; margin-left:5px; margin-right:5px; margin-bottom:5px; background-color:#FFFFFF; font-family:verdana, arial; font-size:9pt; font-style:normal; font-weight:normal; color:#000000; background-image: url(images/main-background.gif); background-position: 0% 100%; background-attachment: fixed; background-repeat: no-repeat;
}
BODY#popup { margin-top:5px; margin-left:5px; margin-right:5px; margin-bottom:5px; background-color:#FFFFFF; font-family:verdana, arial; font-size:9pt; font-style:normal; font-weight:normal; color:#000000;
}
FONT#StandardGrey { font-family:verdana; font-size:8pt; font-style:normal; font-weight:normal; color:#808080;
}
FONT#HeadingGrey { font-family:verdana; font-size:10pt; font-style:normal; font-weight:bold; color:#808080;
}
FONT#SmallGrey { font-family:verdana; font-size:7pt; font-style:normal; font-weight:normal; color:#808080;
}
FONT#FooterGrey { font-family:verdana; font-size:7pt; font-style:normal; font-weight:normal; color:#C0C0C0;
}
FONT#Menu { font-family:verdana; font-size:8pt; font-style:normal; font-weight:normal; color:#808080;
}
FONT#SubHeading { font-family:verdana; font-size:8pt; font-style:normal; font-weight:normal; color:#808080;
}
TABLE#Standard { padding-top:5px; padding-right:5px; padding-left:5px; padding-bottom:5px;
}
TD#Standard { font-family:verdana; font-size:10pt; font-style:normal; color:#000000; vertical-align:middle; text-align:left; padding-top:0px; padding-left:5px; padding-right:5px; padding-bottom:0px;
}
TD#MainMenu { font-family:verdana; font-size:10pt; font-style:normal; font-weight:bold; color:#808080; vertical-align:middle; text-align:left; border-style:dotted; border-color:#808080; border-left-width:1px; border-top-width:0px; border-right-width:0px; border-bottom-width:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px;
}
TABLE#Background { padding-top:5px; padding-right:5px; padding-left:5px; padding-bottom:5px; background-image: url(images/logo-back.gif); background-position: 100% 0%; background-attachment: fixed; background-repeat: no-repeat;
}
TABLE#home { background-image: url(images/home.gif); background-position: 50% 50%; background-attachment: fixed; background-repeat: no-repeat;
}
[/AS]
thanks