/* 
   sazan.net main pages CSS style sheet
   David Park - dpark@sazan.net
   Apr. 18, 1999
*/
/* @import url(/default.css);  doesn't work in Navigator */

/* BEGIN 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 }
HR { width: 50% }
P { 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 }

/* END default.css */


/* colors and graphics */
A:link { color: #000066 }
A:visited { color: #666699 }
A:active { color: #CC0000 }
BODY { background-color: #FFFFFF; color: #000000;
       background-image: url(/mondo3x3w.gif);
       background-position: left top; 
       background-repeat: repeat;
       background-attachment: scroll }
.intro { font-size: larger; margin-left: 4em; margin-right: 4em;
         line-height: 1.5 }
.intro A { text-decoration: none }
.intro A:hover, .intro A:active { text-decoration: underline }
.subtle A:link, .subtle A:visited { color: #FFFFEE }
.subtle A:hover { color: #999999 }
.subtle A:active { color: #CC0000 }
