/* CSS Document */

body {
background-image: url(background.jpg);
background-repeat: repeat;
font-family: "Times New Roman", Times, serif;
color:#666666;
font-size: 12px;
font-style: normal;
line-height: 14px;
text-align: center;

}

#outer {
width: 800px;
height: 500px;
top: 20px;
text-align: left;
position: relative;
margin: auto;

}


a {

color:#666666;
text-decoration: none;

}

a:hover {
color: #999999;
text-decoration: none;

}

.style1 {font-size: 14px}
.style2 {font-size: 16px}
