/* stylesheet.css */

#wrapper{	
	width: 40em;
	/* Center wrapper in browser window */
	margin: auto;
	border: .6em double #330066;
}

body {
 	background-color: #000000;
	font-family: "Verdana", Arial, Helvetica, sans-seriff;
 	font-size: 90%;
 	color: #66003d;
 	font-weight: 700;
 	text-align: justify; 
 	line-height: 1em;  
 }


#header{
	height: 60px;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

hr{
   	background-color: #520066;
   	height: .5em;
   	width: 80%;
	clear: both;
	text-align: center;
}

p{
 	font: small-caps 600 1em verdana
 }

p.large{
  	font: small-caps 600 1.65em verdana
}

p.text{
	font: small-caps 500 0.9em verdana;
	color: #006629;
	text-align: center;
	line-height: 1.5em;
}

p.footer{
	font: small-caps 400 60% verdana;
	text-align: center;
}

a:link img{
	border: 0;
	outline-style: none;
} 

a:visited img{
        border: 0; 
        outline-style: none;
}

a:link{
 	color: #bcee68;
 	text-decoration: none;
	border: 0;
	outline-style: none;
}

a:visited{
  	color:  #b6316c;
  	text-decoration: none;
	border: 0;
	outline-style: none;
}

 a:hover{
  	color: #b266ff;/* #b266ff */
  	text-decoration: none;
	border: 0;
	outline-style: none;
} 

 a:active{ 
  	color: #fdf8ff; /* #fdf8ff*/
  	text-decoration: underline;
	border: 0;
	outline-style: none;
}

h1 {
 	color: #f599ff;
	font-size: 2.25em;
 	font-style: normal;
 	font-weight: 600;
 	font-family: "Calligraph421 BT", Georgia, LucidaBright, cursive, serif;
 	text-align: center;
}

h2{
 	color: #f599ff;
 	font-style: normal;
 	font-weight: 700;
	font-size: 1.5em;
 	font-family: "Calligraph421 BT", Georgia, LucidaBright, cursive, serif;
 	text-align: center;
}


div.center{ 
 	width: 100%;
 	text-align: center;
	clear: both;
}

