/****************************************************************** The following stylesheet elements allow you to control fonts, colors, and spacing in the FAQ System ******************************************************************/ /* controls basic properties of the entire document */ body { background-color: #FF6600; background-image: url(../images/side_bottom_bg.gif); text-color: #660000; color: #660000; } /* a controls look of important links on the site */ a { font-family: Verdana,Arial,Helvetica; font-weight: 800; font-color: #FF6600; color: #FF6600; font-size: 10pt; } /* a.visited controls links that were already visted */ a.visted { color:#F9C100; } /* .stext controls text that is at the header of sections */ .stext { font-family: Verdana,Arial,Helvetica; font-weight:400; font-color: #000000; font-size: 10pt; color : #000000; } /* .pagetitle controls the look of page titles */ .pagetitle { clear: left; color: #990000; font-family: Verdana,Arial,Helvetica; font-size: 16pt; font-variant: normal; font-weight: 800; page-break-after: always; position: static; text-align: left; } /* .functiontext controls text that describes functions */ .functiontext { font-family: Verdana,Arial,Helvetica; font-weight:800; font-color:#000000; font-size: 14pt; color: #000000; } /* .fieldtext controls text in fields */ .fieldtxt { font-family: Verdana,Arial,Helvetica; font-weight:600; font-color: #000000 font-size: 10pt; } /* .notavailable controls text for domains that aren't available */ .notavailable { color: #AAAAAA; } /* .available controls text for domains that are available */ .available { color: #663300; } /* .domain controls text for domains */ .domain { color: #000000; } /* .error controls text for errors */ .error { color: #FF0000; font-weight: 800; } .even { background-color: #FFCC66; } .odd { background-color: #FFFFCC; } table.entrytable { background-color: #FFFFCC; } th.entryheader { font-weight:800; } .domainmedium { font-size:12pt; } .domainlarge { font-size:16pt; }