/* Style sheet by Kylie Lee, February 2006 */
/* Written for EntSTCommunity Mirror Universe */
/* style.css */

html {
	font-family: verdana, arial, helvetica, sans-serif;
   color: #000000;
   background-color: #b9dde9;
   margin: 0;
}

body {
	margin: 0
}

#page {
	border: 1px solid #808080;
   color: #000000;
   background-color: #ffffff;
   margin: 1em;
   padding: 1em;
}

/* Hyperlinks */

a:link {
   text-decoration: none;
   color: #0066ff;
}

a:visited {
   text-decoration: none;
   color: #3300ff;
}

a:active {
   text-decoration: none;
   color: #0000cc;
}

a:hover {
   text-decoration: underline;
   color: #99ccff;
}


/* Rules for headings */

h1, h2, h3 {
   text-align: center;
}

/* Rules for div and other text elements */

p {
	font-size: 95%;
}

li {
	margin: 0 1em;
	font-size: 80%;
}

.display {
	font-size: 110%;
	line-height: .75em;
	text-align: center;
}

address {
   background-color: white;
   color: #808080;
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 80%;
   font-style: normal;
   margin-top: .5em;
   text-align: center;
}

.disclaimer {
   background-color: #ffffff;
   color: #808080;
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 80%;
   font-style: normal;
   margin-top: 1em;
   padding: 1em 3em 0 3em;
   text-align: center;
}

/* Rules for graphic emplacement */

.button {
   margin-top: 1em;
   text-align: center;
}

.banner {
   margin-top: 1em;
   text-align: center;
}

.portal {
   text-align: center;
}


