@charset "utf-8";
body {
	background-color: #EBBBF2;
	background-image: url(dottieback.gif);
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright {
	font-size: x-small;
	text-align: center;
}

.container {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFCCFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFCCFF;
}
.pictures {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #990066;
}
a:visited {
	color: #000000;
	text-decoration: none;
	line-height: 120%;
}

a {
	color: #990099;
}
a:link {
	color: #990066;
	background-color: #EBBBF2;
	line-height: 120%;
	text-decoration: none;
}

.navtabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.navtabs ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font: bold medium Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
}

.navtabs li{
display: inline;
margin: 0;
}

.navtabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 10px; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	background-color: #990066;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCCFF;
}

.navtabs li a:visited{
color: white;
}

.navtabs li a:hover, .navtabs li.selected a{
	background-color: #ABA7E2;
	text-decoration: underline;
}
.head {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.versus {
	font-size: small;
}
.text {
	font-size: small;
	text-align: left;
	margin: 8px;
}
