
/* dokumenta kopējais stils */

body  {
	background-color: Black;
	font-family: Sans-Serif;
	font-size: small;
	margin-left: 15%;
	margin-right: 15%;
	color: White;
}

a {
	font-style: normal;
	font-weight: bold;
	color: White;
}
a:hover {
	color: Silver;
}

h { text-decoration: none; font-family: Sans-Serif; margin-left: 20px; }

/* galvenais saturs */

.main a {color: white;  font-weight: normal; }
.main a:hover {color: white; background-color: #4d4d4d; }


div.left {margin-left: 20px;}

div.blue {
	color: #0000ff;
	font-weight: bold;
}

div.red{color: #ff0000; font-weight: bold;}


/* avārijām */
div.superspecial {margin-left: 25px; color: #CC0000; }
div.superspecial a {color: #CC0000; } 
div.superspecial a:hover {color: #ff0000;}

dt {font-weight: bold; }

div.copy {
	font-size: xx-small;
	text-align: right;
}


div.white  {background-color: white; }

p.orange { border-bottom: 2px solid #4d4d4d; font-size: xx-small; border-top: 1px solid #4d4d4d; color: #4d4d4d;
}

div.darkgrey {background-color: #4d4d4d; width: 700px; }