@charset "utf-8";
/* CSS Document */

body {
background-color: #f5baeb;
	font-family: Tahoma, Tahoma, Verdana;
	color: #ce005c;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a {
color: #FFFFFF;
line-height: 18px;
}

a:hover {
color: #FF0000;
text-decoration: none;
}

h1 {
color: #FFFFFF;
font-size: 24px;
}

h2 {
color:#ce005c;
font-size: 18px;
}

h3 {
font-size: 18px;
color: #FFFFFF;
line-height: 22px;
}

h5 {
font-size: 32px;
font-weight: normal;
}

h6 {
font-size: 11px;
font-weight: normal;
}

.white {
color: #FFFFFF;
}
a.white {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
a:hover.white {
color: #000000;
background: #FFFFFF;
}

.thumbs {
border:1px solid #FFFFFF; border-thickness: 2px;
}

