/* 
  File:    MostlyBooks.css

  Created: 2005/09/12
  Author:  Darren Ferguson

  Website: http://www.mostlybooks.com.au
*/

.SmallFontBlack { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: black }
.SmallFontWhite { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: white }
.SmallerFontBlack { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black }
.SmallerFontWhite { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: white }
.NormalFontBlack { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: black }
.NormalFontWhite { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: white }
.LargeFontBlack { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: black }
.LargeFontWhite { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: white }

.ParaPadding { padding: 1px 5px 1px 5px }

.InlineTitle { font-weight: bold; text-decoration: underline }
.InlineHeading { font-weight: bold; font-style: italic }

.BlackBack { background-color: black }
.WhiteBack { background-color: white }
.CreamBack { background-color: #EDE3CA }

.MenuButton { width: 150px; height: 50px; margin-bottom: 2px; margin-top: 2px; border: 0px }
.MenuFont { font-family: "Times New Roman", serif; font-size: 22px; font-weight: bold; color: black }
.MenuLinks a:link { color: black; text-decoration: none }
.MenuVisited a:visited { color: black; text-decoration: none }
.MenuActive a:active { color: white; border-top: 3px double gray; border-bottom: 3px double gray }
.MenuHover a:hover { color: maroon; border-top: 3px double silver; border-bottom: 3px double silver }
.MenuBorder { border-top: 3px double gray; border-bottom: 3px double gray }
