body
{
	font-family: Garamond, 'Times New Roman' ,Serif;
	color: black;
	background-image: url(/img/bg.jpg);
	background-position: center;
	background-repeat: repeat;
}
a.nextGirl:link, a.nextGirl:visited, a.nextGirl:hover
{
	text-decoration: none;
	color: black;
}

a.mail:link, a.mail:visited, a.mail:hover
{
	text-decoration: none;
	color: black;
}

/*
a.nextGirl:link:first-letter, a.nextGirl:visited:first-letter, a.nextGirl:hover:first-letter
{
	font-weight: normal;
	font-size: 250%;
	color: maroon;
}
*/
h1
{
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	letter-spacing: 25px;
	color: maroon;
}
h2
{
	font-size: xx-large;
	color: maroon;
}
p
{
	font-size: x-large;
}
.center
{
	position: absolute;
	left: 50%;
	width: 720px;
	margin-left: -360px;
}

.menu
{
	position: absolute;
	left: 0em;
}
.content
{
	position: absolute;
	left: 15em;
	padding-right: 3em;
	padding-bottom: 3em;
}
.nextGirl
{
}

.outside_next
{
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: 3em;
	text-align: right;
}

.outside_next:first-letter
{
	font-weight: normal;
	font-size: 250%;
	color: maroon;
}


.outside_mail
{
   	font-size: x-small;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	margin-top: 5em;
	text-align: left;
}


.menuItems
{
	font-size: x-small;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 8px;
	font-family: Verdana, Sans-Serif;
	letter-spacing: 0.1em;
}
.selected
{
	letter-spacing: 0.2em;
	font-weight: bold;
}
.hover
{
	background: white;
}
.emph
{
	color: #006699;
	font-style: italic;
	font-size: x-large;
}
