body{    font: 12px tahoma;}/* these are the font styles for the links that appear on your web page */a:link {font: 12px tahoma; color: #5675A5; text-decoration: none;} a:active {font: 12px tahoma; color: #5675A5; text-decoration: none;}a:visited {font: 12px tahoma; color: #5675A5; text-decoration: none;}a:hover {font: 12px tahoma; color: #AF0020; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/a.nav:link {font: 					bold 12px tahoma;color: 					#5675A5;text-decoration: 		none;/*width:					100px;background-color:		#CFE0F9;border:					solid 1px #567A5;padding:				2px;*/} a.nav:active {font: 					bold 12px tahoma;color: 					#5675A5;text-decoration: 		none;}a.nav:visited {font: 					bold 12px tahoma;color: 					#5675A5;text-decoration: 		none;}a.nav:hover{font: 					bold 12px tahoma;color: 					#AF0020;text-decoration: 		underline;}/*a.nav:link {font: bold 12px tahoma; color: #5675A5; text-decoration: none;} a.nav:active {font: bold 12px tahoma; color: #5675A5; text-decoration: none;}a.nav:visited {font: bold 12px tahoma; color: #5675A5; text-decoration: none;}a.nav:hover {font: bold 12px tahoma; color: #AF0020; text-decoration: underline;}*/		.border{    /* this is used for all kinds of borders */    /* be it for the whole page, or just the content section */    border: solid 1px #5675A5;}.border2{    /* this is used for all kinds of borders */    /* be it for the whole page, or just the content section */    border-top: 1px solid #5675A5;}.wrapper{    width: 800px;	margin: 10px auto;}.title{    /* this is the styling for the title.  Semantically, this should be an h1 */	/* padding all four sides of the div in order top, right, bottom, left */    /*background-color: #5675A5;*/    color: #D9E1ED;	/*border: solid 1px #5675A5;*/	width: 800px; float: center;	padding: 20px 20px 10px 20px; /* keeps text off the borders */	}/*.title2 {    color: #5675A5;	font-face: tahoma;    font-weight: bold;    font-size: 18px;}*//*.subtitle {	color: #5675A5;	font-face: tahoma;    font-weight: bold;    font: 12px tahoma;}*/.body{    /* this describes the container of the content paragraphs. */    padding: 20px 20px 10px 20px; /* keeps text off the borders */    font: 12px tahoma;    padding: 0px;	margin: 0px;	width: 800px; float: center;}.sidebaritem{    width: 130px;    background-color: #CFE0F9;    color: #5675A5;    border: solid 1px #5675A5;    font-size: 12px;    padding: 2px;    margin-bottom: 3px;}.footer{    padding: 20px 20px 10px 20px; /* keeps text off the borders */	/*background-color:#D9E1ED;*/	font: 8px tahoma;	text-align: center;	width: 800px; float: center;}
