/* .menu tiek lietots galvenās izvēlnes klases stila definēšanai */

.menu a:link {
	text-decoration: none;
	font-family: monospace;
	color: #000000;
	}
.menu a:visited {
	text-decoration: none;
	font-family: monospace;
	color: #000000;
	}
.menu a:hover {
	text-decoration: none;
	font-family: monospace;
	color: #D4D4D4;
	}
.menu a:active {
	text-decoration: none;
	font-family: monospace;
	color: #000000;
	}
.menu {
	font-family: monospace;
	font-size: 12;
	}

/* .content tiek lietots galvenā satura klases stila definēšanai */

.content a:link {
	text-decoration: underline;
	color: #000000;
	}
.content a:visited {
	text-decoration: underline;
	color: #000000;
	}
.content a:hover {
	text-decoration: none;
	color: #000000;
	}
.content a:active {
	text-decoration: underline;
	color: #000000;
	}

/* .tableborder tiek lietots tabulas rāmja stila definēšanai, lai arī IE viss izskatītos kā pieklājas */

.tableborder {
	border: solid windowtext 0.5pt;
	}

table {
	text-align: justify;
	color: #000000;
}
.comentssmall {
	font-size: 10;
	}
.ekranatteli td {
	padding: 10;
	}
.ekranatteli img {
	border: 0;
	}