@charset "utf-8";
/* CSS Document */

a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.titel {
	color: #FF0000;
	font-size: 30pt;
	font-weight: bold;
}
h1 {
	color:#FFFFFF;
	font-size:34px;
}
h2 {
	color:#FF9900;
	font-size:28px;
}
}
h3 {
	color:#FFCC00;
	font-size:24px;
}
.menu {
	font-size: 20pt;
}
a.menu:hover {
	color: #FF5858;
	font-weight: bold;
	text-decoration: none;
}
a.menuizq:hover {
	color: #FF6060;
	text-decoration: none;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #FFFFFF;
	margin-top: 39px;
}
.pie {font-size: 12pt;}
.menuizq {font-size: 14pt;}
body {
	background-image: url(images/bgindex.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
}

