@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px auto;
	width: 1400px;
	background-color: #fdd3e1;
}
a:link {
	color: #00F;
	font-size: 28px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	text-decoration: underline; 
}
a:visited {
	color: #00F; 
	text-decoration: none; 
}
a:hover {
	color: #F00; 
	text-decoration:; 
}
a:active {
	color: #00F;
}
.pics {
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
ul {
	font-size: 24px;
	margin-left: 20px;
	text-align: left;
	padding: 0px; /* Set margin and padding for cross browser consistency. */ 
	list-style-image: url(join/arrow.png);
}
.title {
	height: 50px;
	color: #FFF;
	background-color: #f80164;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	padding-left: 10px;
}
.title2 {
	height: 50px;
	color: #000;
	background-color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	padding-left: 10px;
}
.table_main {
	background-color: #FFF;
}
