﻿html {
	font-family: Calibri, Arial, sans-serif; font-size: 16pt; color:#C0C0C0; background-image: url('pics/back_02.png'); background-repeat: no-repeat; background-color: #000000;
	}

body, table {
	font-family: Calibri, Arial, sans-serif; font-size: 24pt; color:#C0C0C0;
	text-align: center;
	}

h1 {
	font-size: 36pt;
	font-weight: bold;
	color: #C0C0C0;
	}

h2 {
	font-size: 36pt;
	color: #C0C0C0;
	}

td, th {
  text-align: center; /* Vodorovné zarovnání */
  font-size: 24pt; color:#C0C0C0;
}

A: { TEXT-DECORATION: underline; COLOR: #C0C0C0 }
A:link { TEXT-DECORATION: underline; COLOR: #C0C0C0 }
A:visited { TEXT-DECORATION: underline; COLOR: #C0C0C0 }
A:hover { TEXT-DECORATION: none; COLOR: #C0C0C0 }

