
a {text-decoration:underline;}
a:link{text-decoration:underline;}
a:visited{text-decoration:underline;}
a:active{text-decoration:none;}
a:hover {text-decoration:none;}

body{
	background: url(bac_body.gif);
}

body,table {
	font-size: 12px;
	word-break: break-all;
}

.campaign{
border: solid 1px #F84899;
background: #FFF;
}

.campaign p{
font-size: 16px;
}

.campaign h1{
font-size: 18px;
color: #F84899;
border-bottom: dotted 2px #F84899;
}

.campaign strong{
color: #FF0000;
}