/* Basic Stuff */  

 body {font-family:  tahoma, times, arial, sans-serif;
	color: #000000; background-color: #ffffff
	}

p {line-height: 150%; margin-bottom: 45px;
 font-size: 14px;
font-weight: 550;
 color:#000000;
 background-color: #ffffff; }

a:link { color:blue; background-color: #ffffff } /* for unvisited links */
a:visited { color:purple; background-color: #ffffff  } /* for visited links */ 
a:hover { text-decoration: underline; color: red; background-color: #ffffff } /* when mouse is over link */
a {text-decoration:none;}

p.box {margin-bottom: 5px;
font-weight: 700;
}

p.header {line-height: 100%;
margin-bottom: 5px;
 font-weight: 700;
 color:#ffffff;
 background-color: #000000; }

img {border: none}

#content{
  margin-left: auto; 
  margin-right: auto;
  width: 80%;}

p.highlight {line-height: 150%; margin-bottom: 45px;
 font-size: 16px;
font-weight: bold;
 color: #FF0000;
 background-color: #ffffff; }
