body {
	background: #000 url(graphics/bg.gif) repeat-y;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	text-align: center;
}

img {
    border: 0;
	margin: 0;
}

p {
	margin: 0;
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
  color: #FFFFFF;
}

a:hover {
	color: #FFFF66;
}

h1, h2, h3, h4 {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
	font-weight: bolder;	
}

h2 {
	font-size: 0.7em;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

/* Menu */

#menu {
	padding-top: 0;
	background-color: #1D141F;
}

#menu a {
	padding: 0 15px;
	text-decoration: none;
	font-size: 100%;
	color: $F7F8A8;
}

#menu a:hover {
	text-decoration: underline;
}

.large {
	font-size: large;
}
.highlight {
	color: #FFFF66;
	font-weight: bold;
}.stxt {
	font-size: 75%;
}
