/* CSS Document */

body {
	text-align:center;
	background-image:url("../images/bg.jpg");
	margin:0;
	}
	
.big {
	font-size: 18px;
	color: #FF7C7C;
	font-weight: bold;
	}

.text-link {
	font-size: 12px;
	color: #CC0000;
	line-height: 140%;
	text-decoration: none;
	}
	
.normal {
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	}
	
.small {
	font-size: 10px;
	color: #333333;
	line-height: 140%;
	}
	
.dot {
	border: dotted;
    }
