body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url("images/bk.jpg") #EEA6A7;
	background-repeat: repeat-x;
}
p{
	margin:0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.welcome {
	background-image: url(images/g.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.main {
	padding-left: 30px;
}

a:link,a:visited{
color:white;
text-decoration:none;
font-size:12px;
}

a:hover{
color:red;
text-decoration:underline;
font-size:12px;
}