/* CSS Document */

body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a {
color: #FFFFFF;
}

.tipside {
background-image: url(../../clubnickrock/images/tip-bg.jpg);
background-position: right;
background-repeat: repeat-y;
}

.bodytext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
a.bodytext {
text-decoration:none;
} 
a.bodytext:hover {
text-decoration:underline;
color: #CD0000;
}
a.bodytext:visited {
color: #993399;
}

.textwhite {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
a.textwhite {
text-decoration: none;
}

.border {
border:4px solid #ffffff; border-thickness: 2px;
}