body {
	color: #333333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: justify; /* Centers the page content container in IE 5 browsers. */
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
/* Commonly used to style page titles. */
h1 {
	font-family: Trebuchet Ms, Arial Narrow, Trebuchet MS,  Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #336699;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #336699;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #336699;
  text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #336699;
}

hr{
color: #ececec; border: 1px solid ; 
width:100%;
}

