@charset "utf-8";
/* CSS Document */
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}
body {

margin-top: 0px;

padding:0;

color : #000000;

text-align:center;

background: #ffffff;

font-family:"Times New Roman", Times, serif;

font-size:14px;

color:#000000;

background-repeat:repeat-x;

background-image:
url('images/bg.jpg');
 
background-position: 6px 6px;

*background-position: 1px 1px;

}



a:link { 

	color: #a31010; text-decoration: none; font-family:"Times New Roman", Times, serif;

}



a:visited { 

	color: #a31010; text-decoration: none; font-family:"Times New Roman", Times, serif;

}



a:hover { 

	color: #4183f1; text-decoration: none; font-family:"Times New Roman", Times, serif;

	

}



a:active { 

	color: #a31010; text-decoration: none; font-family:"Times New Roman", Times, serif;

}

