.title {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #3333CC;
	text-align: center;
	font-weight: normal;
	height: 40px;
	width: 100%;
    }

.exe {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #CC0000;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }

.name {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #3333CC;
	text-align: center;
	font-weight: bold;
	font-style: normal;
    }

.stopka {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #3333CC;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
    }

.stopka:hover {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
    }

.link {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #3333CC;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	margin: 0px;
	font-weight: normal;
	border: 1px solid #FFFFFF;
    }

.link:hover {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	border: 1px solid #CCCCCC;
    }

.stopka_select {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
    }

