html { 
height: 100%; 
border: 0; 
padding: 0; 
margin: 0; 
} 

body { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px;
font-weight: normal; 
color: #FF7CA1;
background-color: #ffdbdb;
background-repeat: repeat ;
scrollbar-arrow-color: #FF7CA1;
scrollbar-darkshadow-color: #ffdbdb;
scrollbar-track-color: #ffdbdb;
scrollbar-face-color: #ffdbdb; 
scrollbar-shadow-color: #ffdbdb;
scrollbar-highlight-color: #ffdbdb;
scrollbar-3dlight-color: #ffdbdb;

a {  color: #FF7CA1; text-decoration: none}


div {
	background-color: #ffdbdb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FF7CA1;
} 


.contents {  text-align: justify}

.head {
  color:#FF7CA1;
  font weight: bold;
  text-decoration: none;
  padding-left: 0px;
}

a:active {  
  color:#FF7CA1; 
  text-size: 11px;
  text-decoration: none; 
  font-weight: bold;
}

a:hover {  
  color #FF7CA1; 
  text-size: 11px;
  text-decoration: bold; 
  cursor: normal;
}


a:link {  
  color:#FF7CA1;
  text-size: 11px;
  text-decoration: none; 
  font-weight: bold;
}

a:visited {  
  color: #FF7CA1; 
  text-size: 11px;
  text-decoration: none; 
  font-weight: bold;
}

input, textarea {
	background: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FF7CA1;
	font-weight: normal;
	font-size: 11;
	border-style: none;
	border-width: 0px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FF7CA1;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FF7CA1;
} 


h4 {


    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#FF7CA1;
}