/* 
  This is the On The Globe Again stylesheet. It has information
  about how every page in this site should look like. Whenever
  you create a new page, make sure you include in the head
  the following statement so the page will read the style
  from this stylesheet (template).
	<HEAD>
	<LINK REL=STYLESHEET TYPE="text/css" HREF="includes/style.css">
	</HEAD>
  this is the end of the comments
*/

BODY {background: #000000 !important}
h1 { font-family: Juice ITC; font-size: 40; font-weight: bold; color:#CCCC99 }
h2 { font-family: Juice ITC; font-size: 35; color:#CC9966 }
h3, h4, p, li, td { font-family: Verdana !important }
p, li, ul, ol, td, div { font-family: Verdana; font-size: 11pt; color:#F2DDC8 }
blockquote { font-family: modern, cursive, fantasy, serif; font-size: 11pt; color:#CC9966 }
A:link { font-family: Verdana; font-weight:Bold; color:#84B5E6; text-decoration:none  }
A:hover  { font-family: Verdana; color: #3333FF; text-decoration:none}
A:active { font-family: Verdana; color:#CC9999; text-decoration:none } 
A:visited { font-family: Verdana; font-weight:Bold; color:#CC9999; text-decoration:none}

