/* font.css - Styles for the main site */

/*global*/
body { font-size: 14pt;
       font-weight: normal;
       font-family: times new roman, sans-serif;
	   padding-top: 35px;
	   padding-left: 20px;
	   padding-right: 20px;
	   padding-bottom: 35px;
	   color: #992233;
       text-align: justify;
	   background: #000000; }
 
div {margin-top: 10px; }
b { font-size: 18pt; }
a { color: #999999; text-decoration: none; }

/* table */
table { table-layout: fixed; align: center; margin-left: 10px; padding: 0px; }
table * { margin: 3px; padding: 2px; text-align: center; empty-cells: hide; }

table2 { table-layout: fixed; margin-left: 10px; padding: 0px; }
table2 * { width: 20px; height: 20px; margin: 5px; padding: 0px; text-align: center; empty-cells: hide; }

/*toppings*/
#quote { font-size: 14pt; text-align: justify; text-decoration: none; font-weight: bold; }
h1 { font-size: 18pt; text-align: center; }
h2 { font-size: 16pt; text-align: center; text-decoration: none; }
.h { font-size: 16pt; text-align: center; font-weight:bold; }
h3 { font-size: 14pt; text-align: center; }

h2 a:hover { color: #992233; text-decoration: none; }

p1 { font-size: 18pt; font-weight:bold; }
p2 { font-size: 16pt; font-weight:bold; }
p3 { font-size: 14pt; font-weight:bold; }

/*specials*/
.special a:hover { font-size: 14pt; font-style: italic; color: #999999; text-align: right; text-decoration: none; }
.special2 a:hover { font-size: 14pt; color: #999999; font-weight: normal; text-align: right; text-decoration: underline; }