@charset "utf-8";
/* CSS Document */

body {
    background: repeat-x scroll 0 0 #aaffff /*#EFEFEF*/;
    color: #aaffff;
	/* #ccffff #000000; #666666;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
}
a {
    color: none /*#309*/;

    text-decoration: none;
}
a:hover {
    color: none /*#309*/; 
}

p {
	text-indent: 20px;
}

.container {
    margin: 0 auto;
    width: 884px;
    height: 600px;
}

.text1 {
	color:#000000;
}
.titl {
	color:Red;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
 .tel {
	 font-size: 18px;
	 font-weight: bold;
 }
 .titl2 {
	color:Red;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
 .linkss
 {
	 color:#1B0AF4;
	 font-size:16px;
	 text-align: center;
	font-weight: bold;
 }