/* 
   sazan.net default CSS style sheet
   David Park - dpark@sazan.net
   May 10, 2000
   @import url(http://www.sazan.net/default.css);
*/

/* basic tags */
ADDRESS { font-size: smaller; margin-left: 2em; margin-right: 2em;
   margin-top: 3em }
DL { margin-left: 3em; margin-right: 2em }
DT { font-weight: bold }
DT .uc { font-weight: normal }
H1 { text-align: center }
H2 { margin-left: 1em }
H3 { margin-left: 2em }
H4 { margin-left: 3em }
HR { width: 50% }
P, PRE, LI { margin-left: 3em; margin-right: 2em }
UL.plain { list-style-position: outside; list-style-type: none }

/* special classes */
.ca, .title { text-align: center }
.ra, .toolmenu { text-align: right }

.clear { clear: both }
.counter, .sitebtn { float: right }
.sitelogo { float: left }

.legal { font-size: smaller; margin: 2em }
.subtle { font-size: xx-small; text-align: right }
.subtle A { text-decoration: none }
.subtle A:hover, .subtle A:active { text-decoration: underline }

/* CSS2 properties */
TABLE.fixed { table-layout: fixed }
