body {
scrollbar-face-color:#000;
scrollbar-track-color:#ecebe7;
scrollbar-arrow-color:#000;
scrollbar-highlight-color:#ecebe7;
scrollbar-shadow-color:#ecebe7;
scrollbar-3dlight-color:#ecebe7;
scrollbar-darkshadow-color:#ecebe7;
}


#back {background-color: rgba( 255,250,240,0.7 );
	width: 100%;
	height: 100%;
border-radius:20px;
letter-spacing: 3px;
line-height: 2;
}

#tter{background-color: rgba( 255, 255, 255, 0.65 );
	width: 100%;
	height: 100%;
padding: 15px;
border-radius: 15px;
}

#tp{
letter-spacing: 5px;
line-height: 2;
}

body {font-family: 'Lato',Century Gothic,Arial, sans-serif; }
a {
 text-decoration:none;
 border-bottom:1px #fffaf0 dashed;
 background-color:#000000;
 color:#fffaf0;
 }
 a:visited {
text-decoration:none;
 border-bottom:1px #fffaf0 dashed;
 background-color:#000000;
 color:#fffaf0;
 }
 a:active {
 text-decoration:none;
 border-bottom:1px #fffaf0 dashed;
 background-color:#000000;
 color:#fffaf0;
 }
 a:hover {
text-decoration:none;
 border-bottom:1px #fffaf0 dashed;
 background-color:#000000;
 color:#fffaf0;
 }

a.pit { text-decoration:underline; color:#000; }

body,td { font-size: 10pt; }

input,input[type="text"],input[type="number"],input[type="password"],input[type="submit"]{
  color:#fffaf0;
  background-color:#000;
  border:1px solid #fffaf0;
  background-image:none;
  -webkit-box-shadow:none;
  -webkit-appearance:none;
   outline:none;}

textarea,select,option{
  color:##fffaf0;
  background-color:#000
  border:1px dashed #fffaf0;
  background-image:none;
  -webkit-box-shadow:none;
  -webkit-appearance:none;
   outline:none;} 