a:link {
	background-color: transparent;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	background-color: transparent;
	color: #008080;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

body {
	color: #00000;					/* černý text */
	background-color: #FFFFFF;			/* případná barva pozadí bílá */
	background-image: url("images/background-MLAMS-2013.jpg");
	background-attachment: fixed; 		/* pozadí neroluje */
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 20px;		/* odsazení textu od rámečku stránky (zhora, zprava, zespodu ,zleva)*/
	font-family:  "Times New Roman", serif;	/* pro celý dokument "Lucida Sans Unicode", "Trebuchet MS",/*
		

p {
	font-family: "Times New Roman", serif;	/* pro všechny odstavce <p>*/
	text-align: justify;
	text-indent: 1em;
	margin: 10px;
} 


.logo {
	border: 0; 					/* klikací obrázek bez rámečku */
}


.trida {
	font-family: Verdana, sans-serif 		/* pro všechny tagy s class="trida" */
}