a:link{
color:#CE0057;
text-decoration:underline;
font-weight: bold;
}
a:visited{
color:#CE0057;
text-decoration:underline;
font-weight: bold;
}
a:hover{
color:#CE0057;
text-decoration:none;
font-weight: bold;
}
a:active{
color:#CE0057;
text-decoration:none;
font-weight: bold;
}
body {
	font-size: 12px;
	line-height: 16px;
	color: #342E2E;
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}
.strong {
	font-weight: bold;
	color: #CE0057;
}
.bold {
	font-weight: bold;
}
#main {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
.textbox {
	padding: 5px;
	width: 720px;
}
