/* $Id: style.css,v 1.1 2010/06/26 17:00:18 dant Exp $ */

/* style for dant.net.ru site */

h1  {
	font-size: x-large;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}
h2  {
	font-size: large;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}
h3  {
	font-size: medium;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}
h4  {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}

body, td, tr, p, ul, ol, li, input, select, dl, dd, dt {
	font-size : 10pt;
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : normal;
	font-style  : normal;

}

a, a:link, a:visited {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	font-family : verdana, arial, helvetica, sans-serif;
	text-decoration : none;
	color: #0000FF;
	}

a:visited { 
	color: #660099
	}

a:hover { 
	text-decoration : underline; 
	}

a:active { 
	font-weight: bold; 
	}

img { vertical-align: middle;
      border-style: none;	
      }

.center {text-align: center}
.left   {text-align: left}
.right  {text-align: right}


.titles {
	font-size : 14pt;
	font-weight : normal;
	font-style  : normal;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #333333;
}


/*
table
{
    border-color: #7F7F7F;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
} 
*/

td {
    border-color: #7F7F7F;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

hr {
	width:100%;
	color:#7F7F7F;
	height:1px;
	border:1px;
	border-style: solid;
	margin: 0;
}

/*
hr {
	width:80%;
	color:#009;
	height:1px;
	border:1px solid #009;
	clear:both;
	}
*/
	
