body {
	font-family: arial, helvetica, sans-serif;
	margin-left: 0.5em; margin-right: 180px;
	background-image: url(images/background.jpg); 
	background-repeat: repeat-x;	
}

#links {
			position: absolute; top: 1em; right: 0em; width: 160px;
			font-size: 0.8em;
			background-color: #b0defe;
			border-style: outset; border-width: 8px; border-color: #0000ff
}

h1 {
	 	 font-family: arial, helvetica, sans-serif;
		 font-size: 120%;
		 font-color: #ff0000;
		 background-color: #b0defe;
		 text-align: center;
		 padding: 0.5em;
		 Margin-left: 1em;
		 margin-right: 1em;
		 border-style: outset; border-width: 8px; border-color: #b0defe
}
h2 {
	 	 font-family: arial, helvetica, sans-serif;
	 	 font-size: 120%;
	 	 background-color: #b0defe;
		 text-align: center;
		 Margin-left: 2em;
		 margin-right: 2em;
		 border-style: outset; border-width: 8px; border-color: #0000ff
}

a:link { 
			 		color: blue;
}
a:visited { 
					color: purple;
}
a:hover{
				color: #ffffff;
				background-color: #0000ff;
}