/* Miracle of Names web pages' Cascading Style Sheet (CSS)
Luxin, 2006 */


/* unvisited brown */
:link { 
	color: #660000; text-decoration: none
}

/* clicked black */
:active {
	color: black; text-decoration: none
}

:visited {
	color: #660000; text-decoration: none
}

/* mouse ptr over green */
a:hover {
	color: #006600; text-decoration: underline
}

body {
	background-color: beige
}

/* These classes can be used within a p stm or a font stm; if within a p stm, there may be
too much CR space after it: using class as attrib to font stm prevents this space */
/* PL is serif, more letter spacing than TNR, in both NS & IE */
/* can't put positioning stuff in classes */

/* 32-pixel blue heading; size 6 in html */
.h32blue { font-family: arial, helvetica, sans-serif; font-size: 32px; color: #000099 }

/* 26-pixel blue text; size "5+2px" in html */
.h26blue { font-family: arial, helvetica, sans-serif; font-size: 26px; color: #000099 }

.h26blueTNR { font-family: times new roman; font-size: 26px; color: #000099 }

/* 24-pixel purple heading; size 5 in html */
.h24purple { font-family: arial, helvetica, sans-serif; font-size: 24px; color: #660066 }

.h24purpPL { font-family: palatino linotype; font-size: 24px; color: #660066 }

.h24black { font-family: arial, helvetica, sans-serif; font-size: 24px; color: black }

.h24blkPL { font-family: palatino linotype; font-size: 24px; color: black }

.h24brnPL { font-family: palatino linotype; font-size: 24px; color: #330000 }

.h24redPL { font-family: palatino linotype; font-size: 24px; color: #FF0000 }

/* size 5 in html; red=#FF0000 */
.h24brown { font-family: arial, helvetica, sans-serif; font-size: 24px; color: #660000 }

/* 22-pixel rich brown text; size "5-2px" in html; "brown"=#990000 */
/* #660000 is SAME COLOR AS LINKS */
.h22brown { font-family: arial, helvetica, sans-serif; font-size: 22px; color: #660000 }

/* 22-pixel black text; size "5-2px" in html */
.h22black { font-family: arial, helvetica, sans-serif; font-size: 22px; color: black }

/* 22-pixel black PL text; size "5-2px" in html */
.h22blkPL { font-family: palatino linotype; font-size: 22px; color: black }

.h22blkTNR { font-family: times new roman; font-size: 24px; color: black }

/* 21-pixel black text; size "5-3px" in html */
.h21black { font-family: arial, helvetica, sans-serif; font-size: 21px; color: black }

/* 21-pixel blue text; size "5-3px" in html */
.h21blue { font-family: arial, helvetica, sans-serif; font-size: 21px; color:  #000066 }

/* 20-pixel black text; size "4+2px" in html */
.h20black { font-family: arial, helvetica, sans-serif; font-size: 20px; color: black }

.h20blueAH { font-family: arial, helvetica, sans-serif; font-size: 20px; color: #000099 }

.h20bluePL { font-family: palatino linotype; font-size: 20px; color: #000066 }

.h20LbluePL { font-family: palatino linotype; font-size: 20px; color: #000099 }

.h19blackPL { font-family: palatino linotype; font-size: 19px; color: black }

/* 18-pixel black text; size "4" in html */
.h18black { font-family: arial, helvetica, sans-serif; font-size: 18px; color: black }

/* 18-pixel blue text; size "4" in html */
.h18blue { font-family: arial, helvetica, sans-serif; font-size: 18px; color: #000066 }

.h18blkTNR { font-family: times new roman; font-size: 18px; color: black }

.h18blueTNR { font-family: times new roman; font-size: 18px; color: #000066 }

.h18bluePL { font-family: palatino linotype; font-size: 18px; color: #000066 }

.h18brownPL { font-family: palatino linotype; font-size: 18px; color: #660000 }

/* 18-pixel rich brown text; size 4 in html - SAME COLOR AS LINKS */
/* color: #006600 = darker green; "green" = #008000; orange 2comp blue= #FF3300
my def "rich brown" is #993300 "brown"=#990000; darker brown=#660000 */
.h18brown { font-family: arial, helvetica, sans-serif; font-size: 18px; color: #660000 }

.h18darkbrn { font-family: arial, helvetica, sans-serif; font-size: 18px; color: #330000 }

/* size 3 is 16 px -- for top menu links */
.h16brown { font-family: arial, helvetica, sans-serif; font-size: 16px; color: #660000 }

.h16black { font-family: arial, helvetica, sans-serif; font-size: 16px; color: black }

.h17blackTNR { font-family: times new roman; font-size: 20px; color: black }

.h15LbluePL { font-family: palatino linotype; font-size: 15px; color: #000099 }

.h15LblueTNR { font-family: times new roman; font-size: 15px; color: #000099 }

/* size "2" in html */
.h14black { font-family: arial, helvetica, sans-serif; font-size: 14px; color: black }

.h14LblueTNR { font-family: times new roman; font-size: 14px; color: #000099 }
