/* This style sheet was created by Jason Metts
This style sheet contains the default font settings for the Magic Valley Gem Club website */

body  { 
	font-size: 18px; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: 500;
	text-align: center /* Center information on page */
	}
p  { 
	font-size: 18px; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-weight: 500;
	text-align: left
	}
b { 
	font-size: 18px; 
	font-family: Georgia;
	}
a:link     { 			/* Text color and display properties for unvisited link */
	color: #c00; 
	font-size: 18px; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-weight: 500; 
	text-decoration: none; 
	}
a:visited    { 		/* Text color and display properties for visited link */
	color: #96f; 
	font-size: 18px; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-weight: 500; 
	text-decoration: none; 
	}
a:hover     { 			/* Text color and display properties when mouse is hovering over link */
	color: #c00; 
	font-size: 18px; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-weight: 500; 
	text-decoration: underline; 
	}
.bodyText {
	font-size: 12px;
	font-family: arial;
	line-height: 24px;
	}
.sidebarText {		/* Text formatting for left side under graphic */
	font-size: 12px;
	font-family: Georgia;
	color: #000000;
	}