body {	background-color: #171717; 
	color: #FFFFFF;
        font-family: skia, verdana, sans-serif;
        font-size: 24pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
}

h1 {	font-family: verdana, sans-serif;
	font-style: plain;
	font-size: 24pt;
	font-weight: bold;
	color: #006666;
}
		
p {	font-family: verdana, san-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
}

.menu {	font-family: courier, mono;
	font-style: normal;
	font-size: 11pt;
	font-weight: normal;
	color: #006666;
	font-variant: normal;
	text-align: left;
	line-height: 14pt;
}

.motto {	font-family: verdana, san-serif;
        	font-size: 11pt;
        	font-style: normal;
        	font-weight: normal;
        	font-variant: normal;
		color: #006666;
}

.submenu {	font-family: sans-serif;
		font-style: italic;
		font-size: 10pt;
		font-weight: normal;
		color: #006666;
		font-variant: normal;
		text-align: left;
		line-height: 11pt;
		text-indent: 20px;
}

.address {	font-family: verdana, geneva, ariel, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
}	

.caption {	font-family: verdana, geneva, ariel, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
}

img {	border-style: none;
}

a {		text-decoration: none;
		border-style: none;
}

a:link { 	color: #ff3399;
}
       
a:visited { 	color: #cc6666;
}
  
a:active {	color: #6b009c;
}
    
a:hover {	color: #ffccff;
}  

#dl {	text-align: left;
}

#dc {	text-align: center;
}

#dr {	text-align: right;
}

table {	background-color: #171717;
	border: 10px;
	border-color: #ffffff;
}

table.outer_frame {	background-color: #171717;
	border: 10px;
	border-color: #ffffff;
}

table.main {	background-color: #171717;
	border: 10px;
	border-color: #ffffff;
}

table.x {	background-color: #000066;
		background-image: none;
}

table.darkparchment {	background-image: url("images/parchment2.jpg");
}

td {	border: 10px;
}

td.gold {	background-color: #000000;
		background-repeat: repeat-y;
}




/*	 Font properties
 FONT-SIZE 	 point size
 FONT-STYLE 	 bold/italic/
 FONT-WEIGHT 	 light/normal/bold
 FONT-VARIANT 	 small/caps
 FONT-FAMILY 	 serif/script/sans-serif/garamond    alternatives can be specified also
 FONT 			 used to apply multiple setting of the above
*/

/*
  COLOR 
  BACKGROUND-COLOR 
  BACKGROUND-IMAGE 
*/

/* text properties
 LETTER-SPACING 
 WORD-SPACING 
 TEXT-TRANSFORM 	lowercase/capital
 TEXT-ALIGN 
 TEXT-INDENT 
*/

/* box properties
 Margin properties 		MARGIN-TOP ..-LEFT etc
 Padding properties 	PADDINT-TOP etc
 Border properties 
		BORDER-STYLE 
 		BORDER-WIDTH 
 		BORDER-TOP 
 		BORDER-BOTTOM 
 		BORDER-LEFT 
 		BORDER-RIGHT 
  WIDTH 
 HEIGHT 
*/

/*
DISPLAY
The DISPLAY property lets the designer classify an item as visible or hidden. 
This creates dynamic content by choosing the elements that a reader will be exposed to.

LIST-STYLES
The LIST-STYLES property lets designers specify how lists are to be formatted, 
including the style of bullet points used. 
*/