﻿body {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	background-attachment: fixed;
	background-image: url('bg.png');
	letter-spacing: 2px;
}

#wrapper {
        width: 800px;
        margin: 0 auto;
}

.girl { font-weight: bold;
	color: #B24EA2;
}
.boy {  font-weight: bold;
	color: #4050B7;
}

.nav {font-family: Verdana, sans-serif;
	font-size: 11px;
text-shadow: 1px 1px 2px #f6bebe;}

a:link {color: #d86b49; font-weight: bold; text-decoration: none; text-shadow: 1px 1px 2px #f6bebe;}

a:visited {color: #d86b49; font-weight: bold; text-decoration: none; text-shadow: 1px 1px 2px #f6bebe;}

a:active {color: #d86b49; font-weight: bold; text-decoration: none; text-shadow: 1px 1px 2px #f6bebe;}

a:hover {color: #757575; font-weight: bold; text-decoration: none; text-shadow: 1px 1px 2px #f6bebe;}

hr {
  display:block;
  border:none;
  height:51px;
  width: 371px;
  background-image:url('line.png');
} 

b {color: #cc7979;}