/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
body {
	text-align:center;
	padding:0; margin:0;
	background-image:url(../../../img/cont-bg.gif);
    color: #575757;
    font-family: tahoma;
    font-size: 12px;
    text-align: left;
	
	}


a {
    color : #ff0000;
	text-decoration:none
    }
	
    a:visited {
  color:#ff0000;
  text-decoration: none;
   }
a:hover {
  color:#ff0000;
  text-decoration: underline;
}	
