BODY {
	background-color : transparent;
	background-image : url(images/logos.jpg);
	background-attachment: fixed;
}

H1 {
	width: 60%;
	text-align: center;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 2em;
	 
}
H2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: left;
}
H3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
}


DIV, DL, DT, LI, OL, P, SELECT, TD, TH, UL {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 font-weight: bold;
}

TD A:LINK {
	 background-color: transparent;
	 color:  #0000CC;
	 text-decoration:  underline;
}

TD A:VISITED {
	background-color: transparent;
	color: #9900CC;
}

TD A:HOVER {
	background-color : #ffff00;
	color: #000000;
}

IMG {
	border: none;
}

.navbar {
	 background-color: #000000;
	 color: #c0c0c0;
	 text-align: center;
}

.floatr {
	float: right;
}

.floatl {
	float:left;
}	

