* {
	font-family: arial, verdana, helvetica;
}

BODY {
	background-color: #c0c0c0;
	text-align: center;
}

A {
	color: #ff0000;
	text-decoration: none;
}
A:hover {
	color: #ffff00;
}

#warn {
	color: #ffff00;
	font-size: smaller;
	font-style: italic;
	background-color: #808080;
	padding: 3px;
}

#page {
	width: 600px;
	margin: auto;
	margin-top: 10px;
	background-color: #f0f0f0;
	border: solid 1px #808080;
}

#title {
	text-align: left;
	background-color: #000000;
	color: #fefefe;
	border-bottom: solid 2px #c0C0C0;
	padding: 5px;
}

#nav {
	margin-bottom: 20px;
	background-color: #000000;
	font-size: x-small;
	padding: 3px;
	color: #ff0000;
	border-bottom: solid 1px #c0c0c0;
}

#video {
}

#contact {
	margin-top: 10px;
	border-top: solid 1px #c0c0c0;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-align: right;
	font-style: italic;
	font-size: x-small;
	background-color: #000000;
	color: #f0f0f0;
}

#desc {
	background-color: #fafafa;
	width: 512px;
	text-align: left;
	margin: auto;
	margin-top: 10px;
	padding: 5px;
}

#vTitle {
	font-weight: bold;
	border-bottom: solid 1px #c0C0c0;
	padding: 3px;
}

#vTitle.liste {
	font-weight: normal;
	margin-left: 100px;
	color: #c0c0fe;
}
#vTitle A:hover {
	color: #8080fe;
}

#vCat {
	font-style: italic;
	font-weight: normal;
	font-size: smaller;
}

#count {
	text-align: right;
	font-size: x-small;
	margin-bottom: 5px;
}
#zik {
	font-style: italic;
}

#vDesc {
	padding: 5px;
	padding-left: 10px;
	font-size: smaller;
}
#vDesc A:hover {
	color: #8080fe;
}

.thumbnail {
	float: left;
	margin-right: 10px;
	border: solid 1px #808080;
}

.thumbnail:hover {
	border-color: #8080fe;
}

.svm {
	font-variant: small-caps; 
	font-weight: bold;
	font-style: italic;
	font-size: +1em;
	font-size: larger;
	color: #ff0000;
}

