body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
 	color: #4E5858;
}
a:link, a:visited{
	text-decoration: none;
	
	color:#4E5858;
}
a:hover{
	text-decoration: underline;
	color:#7499A2;
}
a:active, a:focus{
	outline: none;
}
a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3 {
	color: #798888;
	font-weight: bold;
	font-size: small;
	margin: 0px;
}
div.content {
 color: #4E5858;
 width: 550px;
 margin-bottom: 50px;
 
}
 .footer{
 	color: #798888;
	font-weight: bold;
	line-height: 10px;

 }
 .line{
 	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: center;
 }
  .flash{
 	color: #495353;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
 } 
 .copyblue {color: #7499A2}
 
 .by {color: #4E5858}