Banner CSS Code Window

Copy the following CSS code (between the lines) and insert into your HTML document immediately preceding the closing HEAD tag. </HEAD>


<style type="text/css">
body {
	margin:0;           
}
form {
	display:inline;
}
a.searchlink {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a. searchlink:visited {
	color:#FFFFFF;
}
a.searchlink:hover {
	color:#333333;
}
#banner_container {
	display:block;
	background-image: url(http://www.uaf.edu/uaf/images/headbg.gif);
	background-repeat: repeat-x;
	padding: 0 5% 0 5%;
	overflow:auto;
}
#uaf_logo {
	display:block;
	float: left;
}
#tabs {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

</style>

Close window