body { font-family: "arial" }

/* MAIN HEADER STYLE */
h1 { font-size: 160%;
      font-weight: bold;
      text-align: center }

/* LIST HEADER STYLE */
h2 { font-size: 100%;
       font-weight: bold;
       margin: 0% 10% 0% 10% }

/* MAIN CONTENT STYLE */
p   { font-size: 110%;
       margin: 0% 10% 0% 10% }

/* SECTION HEADER STYLE */
p.bold { font-size: 120%;
            font-weight: bold; }

/* BACK TO TOP STYLE */
p.top { font-size: 80%;
           text-align: right }

/* LINKS STYLE */
p.links { font-size:120%}

/* DISCLAIMER STYLE */
p.italic  { font-style: italic;
              font-size: 100% }

/* CREDITS STYLE */
p.credit  { font-size:80%;
	 color:silver;
               text-align:center;
	 margin: 0 } 

/* TOP MENU STYLE */
ul.none { list-style-type: none;
	margin: 2.1%;
	text-align:center }
a.one { text-decoration:none;
           font-size: 110%;
           font-weight: bold;
           color:black;
           padding:3%; }
a.one:hover  {color:gray }
li.one { display:inline }

/* BOTTOM MENU STYLE */
ul.bottom { list-style-type: none;
	  margin:0;
	  text-align:center }
a.two { font-size:80%;
           padding:0.3%; }
li.one { display:inline }

/* GUIDE LINK LIST STYLE */
ul.guide { list-style-type: disc; }
a.three { text-decoration:none;
             font-size:110%; }
table.two { margin: 0% 5% 0% 15%;
	 table-layout:fixed }

/* FAQ INDEX LIST STYLE */
ul.faqindex { list-style-type: disc;
	   font-size:100%;
	   margin: 0% 10% 0% 10% }

/* FAQ Question LIST STYLE */
ul.faqquest { list-style-type: disc;
	   font-size:110%;
	   margin: 0% 10% 0% 10% }