/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	background-image: url( "../assets/images/BSVLayout1.gif" );
 	background-repeat: no-repeat;
 	background-attachment: fixed
}

A:active {
	font-size: 10px;
 	color: rgb(204,51,102);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H1 {
	font-size: 12px;
 	color: rgb(0,153,0);
 	font-weight: bold
}

P {
	font-size: 10px;
 	color: rgb(0,51,153);
 	font-weight: normal;
 	font-style: normal
}

H3 {
	font-size: 10px;
 	color: rgb(0,51,153);
 	font-weight: bold
}

LI {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: x-small;
 	color: rgb(0,153,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	list-style-type: disc;
 	text-indent: 0pt;
 	margin: 0pt 0pt 3pt 0pt
}

A {
	font-size: 10px;
 	color: rgb(0,204,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

H4 {
	font-size: 10px;
 	color: rgb(0,51,153);
 	font-weight: bold
}

H5 {
	font-size: 10px;
 	color: rgb(0,153,0);
 	font-weight: bold
}

H6 {
	font-size: 10px;
 	color: rgb(0,153,0);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-size: 10px;
 	color: rgb(204,51,102);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}
