

/* -------------------- */
/* ---  Style File  --- */
/* ---   for the    --- */
/* --- Introductory --- */
/* --- Physics Labs --- */
/* ---   Websites   --- */
/* -------------------- */
/* -------------------- */
/* -------------------- */

body {
	width: 100%;
	font-family: sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}




/* --- Special Styles --- */
	#main {
		top: 0;
		left: 0;
		width: 100%;
	}
	
	/* --- Navigation --- */
		#navigation {
			float: top;
			font-size: 1.2em;
			text-align: center;
			padding: 0.5em;
			border-top: 2px solid black;
			background-color: dodgerblue;
		}
		
		#navigation a {
			color: black;
			padding: 0em 0.5em;
		}
		
		#navigation a:hover {
			color: white;
		}
	/* -------------------- */
	/* -------------------- */
	/* -------------------- */
	
	#content{
		padding:20px;
		font-size: medium;
		border-bottom:1px solid red;
		font-family:Arial, Helvetica, sans-serif;
		border-top: 2px solid black;
	}
	
/* -------------------- */
/* -------------------- */
/* -------------------- */



/* --- Title Style --- */
	#title {
		width: 100%;
		padding: 1em 0em;
		background-color: lightskyblue;
	}
	
	#title h1 {
		width: 80%;
		padding 0.25em;
		text-align: center;
		font-weight:bold;
		font-family: serif;
		font-size: 2.5em;
		margin: auto;
	}
/* -------------------- */
/* -------------------- */
/* -------------------- */



/* --- Lists Style --- */
	li {
		margin:5px 0px;
	}
/* -------------------- */
/* -------------------- */
/* -------------------- */



/* --- Hyperlinks Style --- */
	a { 
		text-decoration:none;
		color: blue; 
	}
	
	a:hover, 
	a:hover h1, 
	a:hover h2, 
	a:hover h3, 
	a:hover p.link, 
	a:hover p.link_subhead { 
		text-decoration: underline;
		color: red;
	}
/* -------------------- */
/* -------------------- */
/* -------------------- */

/* ---  End of CSS  --- */