CSS sheet
  <title>CSS Styles</title>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <style type="text/css">


p {color : #000000; font-family : calibri; font-size : medium; font-variant:normal; font-weight:700; margin-left: 20%; margin-right: 20%}
h1, h2, h3, h4, h5, h6 { color : #000055; font-family : Verdans;  font-variant : small-caps; }
h1 { font-size: 20;}
h2 { font-size: 17; }
h3 { font-size: 14; font-variant: normal; }
h4 { font-size : 12}
h5 { font-size:11}
h6 { font-size: 10}


.hilite { color: #000000; background-color : #80ffff; }
.hilite_yellow { color: #000000; background-color: #ffff80; }
.hilite_red  { color: #000000; background-color: #FF8080}
.hilite_green { color: #000000; background-color : #00ff00 }
.hilite_white  {color: #000000; background-color : #ffffff}
b { color: #FFFFFF font-weight:bold; font-size: inherit;}
i { font-variant:small-caps; font-weight:bold; }
.marquee { direction: left; background-color: #000000; }
.small { font-variant:small-caps; font-size: smaller ; font-weight: bold;}
body {background: url(http://theemploymentcoach.com/images/38.jpg) fixed}
    

/*.content_area{
    font-family: verdana; font-size:medium; font-size: large; color: #C0C0C0;
    /*border-bottom-width: thin;
	border-bottom-style: solid;
	padding-right: 20px;
	padding-left: 20px; 
    /*background: url(http://theemploymentcoach.com/images/misc037.jpg) fixed;
	/*background-color: #C0C0C0;*/
    /*background-image: ../images/blue_waves.jpg ;
	margin-top: 10px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;}*/
	
a:link { color: #000055 ; font-family : verdana; font-size: "12" ;}
a:visited { color: blue; font-family : verdana; font-size: "12" ;}
a:hover { background-color: yellow; font-size : 101%; color: #000055; }
p a:link { color: blue; font-variant: small-caps;}
p a:visited { color: blue;  font-weight: 200;}
/*p a:hover { background-color: yellow; color : #000055 ; }*/

/*.content-courier {margin: 30px;}*/


/*.top-nav{
	background-color: #c0c0c0;
	margin-left: 95px;
	margin-right: 100px;
	width: 80%;
    float:left;
	padding-right: 0px;
    padding-left: 0px;
	font-size: 20pt;
	color:#000080
    }*/

/*.nav-box{
	width:100px;
	float:left;
	color:#000999;
    font-weight: bold;
	font-size:12px;
	margin-top: 5px;}*/

ul#navigation {
  width: 8em;
}

ul#navigation li {
  list-style:none;
  font-family: calibri ;
  text-align: left;
  font-size: "12" ; 
  font-weight: bolder;
  color: #000055;
}

ul#navigation li a {
  display: block;
  background-color: #C0C0C0;
  color: BLUE;
  text-decoration: none;
  font-weight: bold;
  padding: .25em;
  border-top: solid 1px #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

ul#navigation li#youarehere a { background-color:green; }
	
/*<div id="leftside">
  <div id="leftcolumn"> left column </div>
  <div id="centercolumn"> center column </div>
</div>
<div id="rightside"> right column </div>
-->*/
</style>
