/* Переопределяем тэги */

/* Заголовки */
h1, h2, h3, h4, h5, h6
{
 margin:	18px 0px 36px 0px;
 padding-bottom: 3px;
 color:		#f60;
 border-bottom:	#600 solid 4px;
}

ul
{
 list-style:	square;
}

a:link
{
 color:		#900;
}

a:visited
{
 color:		#600;
}

a:hover
{
 color:		#f00;
}

/* "Подпись" в конце страницы */
.sub
{
 border-top:	1px solid #900;
 margin-top:	72px;
}

.aform
{
 background:		#fc0;
 border:		1px outset;
 color:			#000;
 margin:		5px 10px 5px 20px;
 padding:		2px 10px;
}


input[type=submit]
{
 font-weight:		bold;
}

input[type=text], input[type=file], input[type=checkbox], textarea
{
 background:	#fec;
 color:		#630;
 border:	2px inset;
 font-family:	Verdana,Tahoma,Frutiger,FreeSet,sans-serif;
}

input[type=text], textarea, #ntext
{
 width:		100%;
}

input[type=text]:focus, input[type=file]:focus, input[type=checkbox]:focus, textarea:focus
{
 background:	white;
 color:		black;
 border:	2px groove #f60;
}

