/* ------------------------------ */ /* Hight Style Times */ /* Author: johndecember@gmail.com */ /* Date: 28 Nov 2000 */ /* Purpose: demonstrates named */ /* classes of HTML elements. */ /* ------------------------------ */ /* ------------------------------------ */ /* -- The TD containing the lead story. */ /* ------------------------------------ */ TD.leadstory {width: 30%;} /* -------------------------------------- */ /* -- The city and place of story origin. */ /* -------------------------------------- */ SPAN.dateline {font-style: italic; color: #990033;} /* ------------------------------------------ */ /* -- A quote or a sentence to be emphasized. */ /* ------------------------------------------ */ P.callout { width: 50%; padding: 10px; border: #990033; border-width: 1px; border-style: solid; background-color: #CCFFCC; float: left;}