/* 
 * AlexDW's Wonderful CSS2 Stylesheet
 * Designed for The Home of AlexDW
 * http://www.mgzi.net
 * Copyright 2000-2002 H. Alex LaHurreau
 */

UL { list-style-type:  disc;
     list-style-image: url("images/bullet.png");
}

H1.title, H2.linkhead { text-align:  center; }

H1, H2, H3, H4, H5, H6, .subtitle { font-family: Helvetica, sans-serif; }

DIV.subtitle { text-align:  center;
               font-weight: bold;
               font-size:   large;
}

DIV.fortune { text-align: right;
              font-style: italic;
              font-size:  small;
              font-family: Times, serif;
}

DIV.rule { text-align: center;
           margin: 1em;
}

/* DIV.valid { border: thin inset yellow; } */

DIV.footer { clear: both; }

IMG { border: 0; }

BODY { color: #000000;
       text-align: left; 
       font-family: Times, serif;
}

DIV.alert {
        padding: 1em;
	color: #F00;
	text-align: center;
	font-family: sans-serif;
	margin-left: 2.5em;
	margin-right: 2.5em;
}

/* I've bowed down to Netscape 4.x's bugs.  This little number is now a
 * part of all of the pages headers (with modifications, of course).
 * .main    { background: #8fa6ff url("images/roundels/blue.png");       }
 * .drwho   { background: #dcdadc url("images/roundels/grey.png");       }
 * .school  { background: #ff8482 url("images/roundels/red-brick.png");  }
 * .music   { background: #ffa6a8 url("images/roundels/red-light.png");  }
 * .beta    { background: #f5dedc url("images/roundels/grey-pink.png");  }
 * .portal  { background: #dbdbb6 url("images/roundels/yellow.png");     }
 * .comp    { background: #00b421 url("images/roundels/green-dark.png"); }
 * .noprint { background: #232523 url("images/roundels/black.png");
 *            color: #ffffff;                                            }
 * .old     { background: #e8e6c2 url("images/roundels/cream.png");      }
 * .help    { background: #dbdbb6 url("images/roundels/yellow.png");     }
 */

A:link    { color: #0000ff; }
A:visited { color: #da70d6; }
A:active  { color: #ff3030; }

/* Bloody browser bugs */
PRE,CODE,TT { font-family: monospace; }

.blue   { color: blue;  }
.red    { color: red;   }
.green  { color: green; }
.yellow { color: yellow; }
.white  { color: white; }

/* vim:set ts=4: */
