body
{
background-attachment: fixed;
background-color : #ffeef3;
scrollbar-arrow-color: #dda9b4;
scrollbar-base-color: #f4d5dc;
scrollbar-face-color: #f4d5dc;
scrollbar-highlight-color: #fffcfd;
scrollbar-shadow-color: #dda9b4;
scrollbar-3dlight-color: #fffcfd;
scrollbar-track-color: #f4d5dc;
scrollbar-darkshadow-color: #dda9b4;
}


p{
color : #d5829b; 
font-size : 12px;
font-family : "Comic Sans ms", Georgia, serif;
}

a:link
{ 
color: #e7a6b9;
text-decoration: underline;
font-weight: normal;
cursor:crosshair;

}

a:hover 
{ 
color: #f5d0db;
text-decoration: none;
font-weight: bold;
cursor: crosshair;
border-bottom: 1px dotted #f5d0db;
}

a:visited
{ 
color: #c16d86;
text-decoration: none;
font-weight: normal;
cursor: crosshair;
}


.head {

	border-bottom: 2px dotted #c16d86;
	color: #df97ac;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	letter-spacing: 3px;
		font-size : 16px;
}

.head:first-letter {
font-family: georgia;
font-size: 16px;
color: #ca94a0; 
font-weight: bold;
}

h1
{color: #d39fae;font-family: "Comic Sans ms", Georgia, serif;
text-transform: uppercase;
text-align: right;
font-size:   17px;

}

td { 
font-family: "Comic Sans ms", Georgia, serif;
font-size: 12px;
color: #d5829b;
text-align: justify;
padding: 0px;
}



input, button, textarea {
font-family: "Book Antiqua", Georgia, serif;
color: #d5829b;
font-size: 11px;
letter-spacing: 1px;
background-color: #ffeef3;
border: solid 1px #d5829b;
}