 
/* Style sheet for FixerBook.com */

body { 
	font-family: "Arial", sans-serif; font-size: medium;
	background-color: #dddddd;
}

h1 { 
  font-family: "Arial", sans-serif; font-size: 2.5em; font-weight: bold; font-style: normal;
  color: #ffffff; text-align: center;
  margin-top: .25em; margin-bottom: .25em; }

h2 { 
  font-family: "Arial", sans-serif; font-size: 1.65em; font-weight: bold; font-style: normal;
  color: #ffffff; text-align: center;
  margin-top: 0em; margin-bottom: 0em; }   
  
.h2subhead { 
  font-family: "Arial", sans-serif; font-size: 1.0em; font-weight: normal; font-style: italic;
  color: #ffffff; text-align: center;
  margin-top: 0em; margin-bottom: 0em; }

h3 { 
  font-family: "Arial", sans-serif; font-size: 1.3em; font-weight: bold; font-style: normal;
  color: #000000; text-align: left;
  margin-top: .0em; margin-bottom: 0em; }

.h3centered { 
  font-family: "Arial", sans-serif; font-size: 1.3em; font-weight: bold; font-style: normal;
  color: #000000; text-align: center;
  margin-top: .0em; margin-bottom: 0em; }
    
h4 { 
  font-family: "Arial", sans-serif; font-size: 1.1em; font-weight: bold; font-style: normal;
  color: #000000; text-align: left;
  margin-top: .0em; margin-bottom: 0em; }
   
p { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
	
.maintext { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
	
li { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
		
.mediumtext {
   font-family: "Arial", sans-serif; font-size: .85em; color: #000000; }

.smalltext {
   font-family: "Arial", sans-serif; font-size: .8em; color: #000000; }

.smalltextwhite {
   font-family: "Arial", sans-serif; font-size: .8em; color: #ffffff; }

.quotetext { 
   font-family: "Arial", sans-serif; font-size: .9em; font-style: italic; color: #000000; }

.whoquotedtext { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
	
a:link { color: #000099; } /* unvisited links, dark blue */

a:visited { color: #990099; } /* visited links, purple */

a:active { color: #990099; } /* when link is clicked */

a:hover  {  color: #cc9900; } /* hover, dark gold */

/* menunav, navigation for main menu buttons. 
 Link color: white, visited color white, hover color gold.
bold, no underline except when hovering. */

a.menunav:link
{
	color: #FFFFFF;
	font-size: .8em;
	text-decoration :none;
	font-weight :bold;
}

a.menunav:visited
{
	color: #FFFFFF;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
}

a.menunav:hover
{
	color:#ffcc33;
	font-size:.8em;
	font-weight:bold;
	text-decoration: underline;
}
