A
{
  text-decoration: underline;
  color: #0f13c1;
}

A:Hover 
{
  text-decoration: none;
  color: #8284ff;
}

body {
  margin : 0;
  padding : 0;
  background-color : #ffffff;
  color : #000000;

}

ul, ol, li 
{
  font : 14pt Arial, geneva, helvetica;
}

p
{
  font : 12pt Arial, geneva, helvetica;
}


#p_fancy
{
  font : 18pt ParkAvenue BT, Arial, geneva, helvetica;
}

h1 
{
  font : bold 14pt Arial, Helvetica, geneva;
}

h2 
{
  font : bold 12pt Arial, Helvetica, geneva;
}

#wrapper
{ 
  width : 1024px;
}


#header {
 
  width : 100%;
  top : 0;
  right : 0;
  margin-bottom : 0px;
  left : 0; 
}


}
#leftnavigation 
{ 
    float : left;
    width : 180px;
    padding-bottom : 800px;
    padding-top : 0px;
    overflow : auto;
    background-color : #f0f0f0;
    border-top: 2px solid #cccccc;
    border-right : 2px solid #cccccc;
}

#leftnavigation p
{
  font : 8pt Arial, geneva, helvetica;
}

#content {
	
  border-top: 2px solid #cccccc;
  top : 60px;
  padding-top : 4px;
  padding-left : 5px;
  overflow : auto;
}

#content h1, #content h2 {
  color : #cc0000;
}

#footer {
  position: fixed;
  width: 100%;
  height: 100px;
  top: auto;
  right: 0;
  bottom: 0;
  margin-left : 10px;
  border-top : 2px solid #cccccc;
}

/*
img.content {border: 1px #000000;}

<img src="path/to/image.jpg" class="content">

then you can add more features if you want in the css...
*/


