
body {
	background: url(graphics/GOLDENPI.jpg);
	text-align: left;
}
#intro {
	display: none;
}		

a:link {
	color: black;
	text-decoration: none;
}

a:visited {	
	color: black;
	text-decoration: none;
}
a:hover {
	color:blue;
	text-decoration: none;
}
a:active {
	color:black;
	text-decoration: none;
	}	


#menu {
	background-color: #FFFFEE;
	color: black;
	font: bold larger Arial sans-serif;
	text-decoration: none;
	width:225px;
}

#menu a:link {
	color: black;
	text-decoration: none;
	font: normal bold 100% Arial sans-serif;
}

#menu a:visited {	
	color: black;
	text-decoration: none;
	font: normal bold 100% Arial sans-serif;
}
#menu a:hover {
	color:blue;
	text-decoration: none;
	font: normal bold 100% Arial sans-serif;
}
#menu a:active {
	color:black;
	text-decoration: none;
	font: normal bold 100% Arial sans-serif;
}	
ul {list-style:square;
    font: normal 10pt "Arial", "san-serif"}
	 
#content {
	position: absolute;
	top: 15px;
	left: 250px;
	background-color: #ffffee; 
	padding: 1em;  
}
#content img {
	position: relative;
	float: right;
}
#card {
   position: absolute;
	left: 12em;
	top: 8em;
	background-color: #FFFFEE;
	background-image: url(graphics/LIGHTTEX.jpg);
	width: 60%;
	color: black;
	padding: 1em;
	text-decoration: none;
	font: normal normal normal 100%/normal "Arial sans-serif", Arial, Helvetica, sans-serif;
}
#card img {

	float:right;	
}

iframe {
	margin: 0em 2em 1em 3em;
}
.script {
	font: normal normal normal larger/normal Aristocrat, cursive, fantasy, sans-serif;
}

		
H1 {text-align:center;
    font: normal 200% "Aristocrat","cursive","Arial"}

H2 {text-align:center;
    font: normal 130% "Aristocrat","cursive","Arial"}

H3 {text-align:center;
    font: bold italic 200% "Arial","san-serif"} 

H4 {text-align:left;
    font: bold 150% "Arial", "san-serif"}

p {text-align:left;
    text-indent: 12;
    font: normal 10pt "Arial", "san-serif"}

p.small {text-align:left; 
       font: normal 8pt "Arial", "san-serif"}

address {text-align:left;
    font:italic "Arial", "san-serif"}

em {font:bold italic 100% "Arial", "san-serif"}

ul {list-style:square;
    font: normal 10pt "Arial", "san-serif"}


        

