/* soc.css - Style for Stream of Consciousness microblog */ body { color: green; background-color: black; font-family: Verdana, Tahoma, "MS Gothic", sans-serif; margin-left:100px; margin-right:100px; } #headmenu { margin: 1; border: solid yellow 1px; } #pgcontent { margin: 1; border: solid blue 1px; } #fortune { margin: 1; border: solid green 1px; } #pgtitle { font-family: "Hoefler Text", Georgia, Times New Roman; font-size: 100px; font-weight: normal; /* margin:0; */ margin: 1; border: solid green 1px; } #footmenu { clear: left; margin: 1; border: solid white 1px; } #lsidebar { float: left; width: 20%; margin: 1; border: solid red 1px; } #right { float: right; width: 18%; border: 1px solid green; } .cathead { text-align: center; } #footer { clear: both; } .story { border-bottom: 1px solid green; } a:link, a:visited { color: green; background-color: black; text-decoration: underline; } a:hover, a:active { color: black; background-color: green; text-decoration: none; } .socdate { vertical-align: top; } #hostlink { width: 100%; text-align: center; margin: 1; border: solid blue 1px; }