/* CSS Document */

/* project:		audiobytes                                     */
/* website:   	www.audiobytes.eu                              */
/* function:    @import container                              */
/* author:      D. Prause                                      */
/* date:        17-feb-2007                                    */
/* version:     1.0                                            */

@import "css-layout.css";
@import "css-header.css";
@import "css-submenu.css";
@import "css-footer.css";
@import "css-content.css";

h1{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
}

h2{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.date{
	font-weight: bold;
}

a{
	text-decoration: none;
	color: Aqua;
	visibility: hidden;
}
a:hover{
	text-decoration: none;
	color: White;
	visibility: hidden;
}
a.link{
	text-decoration: none;
	color: White;
	visibility: visible;
}
a.link:hover{
	text-decoration: underline;
	color: White;
	visibility: visible;
}
a.ancor{
	text-decoration: none;
	color: White;
	visibility: visible;
}
a.ancor:hover{
	text-decoration: none;
	color: White;
	visibility: visible;
}