/* page titles */
.HugeFreakingTitle	{ text-decoration: none; color: #FFFFFF; font-family: Courier New, Courier; font-size: 48pt; font-weight: bold }
.NotSoHugeTitle		{ text-decoration: none; color: #1675A5; font-family: Courier New, Courier; font-size: 18pt }
.PageTitle		{ text-decoration: none; color: #FFA600; font-family: Courier New, Courier; font-size: 14pt }

/* normal in-page text */
.NormalText		{ text-decoration: none; color: #FFFFFF; font-family: Courier New, Courier; font-size: 12pt }
.ImportantText		{ text-decoration: none; color: #FFFFFF; font-family: Courier New, Courier; font-size: 12pt; font-weight: bold }
.SectionTitle		{ text-decoration: none; color: #1675A5; font-family: Courier New, Courier; font-size: 12pt; font-weight: bold }
.SubsectionTitle  { text-decoration: none; color: #FFA600; font-family: Courier New, Courier; font-size: 12pt; font-weight: bold }
.AlternativeText	{ text-decoration: none; color: #AD84BD; font-family: Courier New, Courier; font-size: 12pt }
.Code			{ text-decoration: none; color: #1675A5; font-family: Courier New, Courier; font-size: 12pt }
.PictureCaption		{ text-decoration: none; color: #FFA600; font-family: Courier New, Courier; font-size: 12pt }

/* menus and links (sidebar, etc.) */
.MenuTitle		{ text-decoration: none; color: #FFFFFF; font-family: Courier New, Courier; font-size: 12pt; font-weight: bold }
.MenuLink               { text-decoration: none; color: #FFA600; font-family: Courier New, Courier; font-size: 12pt }
.MenuLink:hover         { text-decoration: none; color: #1675A5 }

/* in-page links */
.TextLink		{ text-decoration: none; color: #FFA600; font-family: Courier New, Courier; font-size: 12pt }
.TextLink:hover		{ text-decoration: none; color: #1675A5; font-family: Courier New, Courier; font-size: 12pt }

/* tables */
.TableHead		{ text-decoration: bold; color: #1675A5; font-family: Courier New, Courier; font-size: 12pt }
.TableBody		{ text-decoration: none; color: #FFFFFF; font-family: Courier New, Courier; font-size: 12pt }

