/* oldsite.css */
/* Effort to convert original five year old web site to CSS */

/* for freque.htm */
.answer { text-indent: 2em; }
.question { font-family: Verdana, sans-serif; font-weight: bold;}

/* This is also used for tips on window.htm */
.note { font-size: .9em; } 

/* also used for file names */
.proper { text-decoration: underline; }

.term { font-weight: bold; }

.update { color: #0000FF; font-size 1em; }

/* same as BLOCKQUOTE */
.quote { background-color: #000000; color: #FFFFFF; font-size: 1em; }
/* author or source of .quote */
.author { color: #0000FF; font-size: .9em; text-align: right; }

.warning { color: #FF0000; }

A:hover { font-size: 1.05em; }

ACRONYM { font-weight: bold; }

BLOCKQUOTE { background-color: #000000; color: #FFFFFF; font-size: 1em; }

BODY { background-image: url(images/marble.jpg);
       font-family: Verdana, sans-serif; background-attachment: fixed; }

DT { font-weight: bold; }

H1, H2 { text-align: center; }

P { font-family: Courier new, serif; }

/********** Old presentation **********/

/*

body { background-image: url(http://www.geocities.com/marcusfx/oldsite/images/bbl35.jpg);
       background-color: #000099;
       color: #00FF00; }

a:visited { color: #FF0000; }
a:link { color: #ffff00; }

*/